Hai
How can i get the hover effect on a row in ultrawebgrid
Eg:-when i moves my mouse on a row in a grid,i want to change the back colour of the hovered row.
Pls some body Help me
Regards
Rajesh Kamalakshan
Doing this with javascript is a good option, but I want to do it with css, something like this:
<DisplayLayout>
<RowStyleDefault CssClass="gridRow" />
</DisplayLayout>
Any ideas how this can be accomplished? Thx
I know it is a bit late, but in case anyone comes here via search - here is a solution to set hover style for rows using MouseOver / Out CSOM client-events, hopefully it will be useful: