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

UseAlternateRowStyle

2 Answers 76 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 18 Mar 2010, 05:03 PM
Hi,

I upgraded one of my projects to 2010 Q1.

Now all of my gridview.UseAlternateRowStyle = True settings don't work.

Has this been removed?
If so, how do I set the alternate row style now? I just want to use the alternate row style in the Windows7 style.
 
I have hundreds of projects with hundreds of gridviews. Please tell me I don't have to change the code and rebuild all of them.

Thanks,

Michael

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 18 Mar 2010, 05:05 PM
Hello Michael,

This property was marked as obsolete in Q3 2009 and removed for Q1 2010. You can use AlternationCount instead - in your case AlternationCount should be set to 2.

Sincerely yours,
Vlad
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.
0
Michael
Top achievements
Rank 1
answered on 18 Mar 2010, 05:17 PM
Thanks Vlad
That works.
I like the new Windows7 style in the viewgrid.

Tags
GridView
Asked by
Michael
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Michael
Top achievements
Rank 1
Share this question
or