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

Alternating DetailTables

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Erin
Top achievements
Rank 1
Erin asked on 15 Aug 2012, 02:59 PM
How do I determine if a DetailTable is alternating? I have the following line of C# code which colors the correct area of the DetailTables, but I need it to color every other one instead of all of them:

item.OwnerTableView.DetailTables.OwnerGrid.BackColor = System.Drawing.Color.BlueViolet;

I've tried putting the above statement in various if statements, but cannot get it to work properly. I sincerely appreciate any help!

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 17 Aug 2012, 04:47 PM
Hello Erin,

I noticed that you have opened several threads about the same issue. Please, refer to the other post for additional information. To avoid duplicate posts, I suggest you continue the communication there.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Erin
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or