views:

71

answers:

0

I am trying to apply a DirectX gradient filter transform to the selected row in an ASP.net page gridview. In the RowDataBound() event I am applying the approprate style (whihc I know works in other situation), and the added row attributes for 'onmouseover' and 'onmouseout' to enable and disable the filter array element(s) so when the mouse is over the gridview row, the gradient is applied. That is the desired result, anyway. Currently I have not had any success. Has anyone successfully applied DX transforms to gridview rows?