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

Removing Alternative Row color in RadGrid

1 Answer 1429 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ramesh kumar Kuppusamy
Top achievements
Rank 1
Ramesh kumar Kuppusamy asked on 23 Jul 2011, 02:17 PM
How to remove the Alternative Row color in RadGrid?.

I have used the following two properties

ItemStyle-BackColor

 

="White" AlternatingItemStyle-BackColor="White"

 


When I use the above property the grid visibility having some patches. The attached image having the sample.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Jul 2011, 05:37 AM
Hello Rameshkumar,

Try setting the EnableAlternatingItems property to false in ClientSettings.
aspx:
<ClientSettings EnableAlternatingItems="false">
</ClientSettings>

Thanks,
Princy.
Tags
General Discussions
Asked by
Ramesh kumar Kuppusamy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or