Hello everybody.
I have found this code : http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-remove-selected-row-styling.aspx but in my case it didn't work, like in this example I would like to know if there is another way to remove the selected row styling.
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 12 Nov 2010, 02:39 PM
Hi Tiago,
Generally, in order to remove the selected rows' styling, you need to override it with some other styling. The CSS class of selected rows is rgSelectedRow.
It will be more useful if you explain what do you mean by "it didn't work"? Which RadControls version are you using and which skin? Did you make any modifications do the example?
Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Sorry, but I ckecked my code again and I noticed i have done a comment in a line, after removed it, the code worked very well.
Thanks a lot for your answer!