This is a migrated thread and some comments may be shown as answers.

How to modify default alternating style of RadGrid?

1 Answer 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 09 Sep 2008, 09:10 AM
I am using RadGrid of Version Q2 2008. I applied the skin "Gray" to my grids.  But I dont want the alternating row color which is for that skin by default. Is there any property to disable the alternating color?  And also is there any way I set the Skin at one place and it applies to all the Grids in my Project.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Sep 2008, 12:16 PM
Hello Rahul,

One suggestion would be to modify the skin accordingly.

Style.Css:
.GridAltRow_[SkinName]  
   background-color:Red !important; 
.GridAltRow_[SkinName] td 
   background-color:Red !important; 
}   


Princy.
Tags
Grid
Asked by
Rahul Khinvasara
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or