Hi,
I am using RadGridview control. I have set EnableAlternatingRowColour =true. It's showing alternate rows in different colour. I want to show my alternate rows in Red and Blue colours. How can I do this.
2 Answers, 1 is accepted
0
Accepted
Jack
Telerik team
answered on 08 Jul 2009, 04:42 PM
Hi Sunil,
You can set the AlternatingRowColor property, If you just want to change the color for the odd rows. Here is a sample:
You have two options, if you want to change the both colors:
1. Create or modify an existing theme by using the Visual Style Builder
2. Handle the RowFormatting event and set desired colors. The code snippet below demonstrates how to do this: