Highlighting a DataGrid Item
-
Hello. I have a DataGrid with some BoundColumns from a DataSet. What I want to do is changing the color of a DataGrid row (item) when the mouse passes over it. The problem is that the ItemTemplate of the DataGrid doesn't have an 'OnMouseOver' event. What should be the turn around to this? Thanks.
-
Hello. I have a DataGrid with some BoundColumns from a DataSet. What I want to do is changing the color of a DataGrid row (item) when the mouse passes over it. The problem is that the ItemTemplate of the DataGrid doesn't have an 'OnMouseOver' event. What should be the turn around to this? Thanks.
hi there, this can be done by adding js code while binding each datagird item please read the article below for more detail http://www.codeproject.com/aspnet/AlPaMOD.asp#xx879011xx << >>