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

GridView Row Style only being applied to alternating rows

0 Answers 99 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anthony
Top achievements
Rank 1
Anthony asked on 28 Aug 2013, 02:10 PM
Why is it that this:

<Style TargetType="telerik:GridViewRow" x:Key="MyRowStyle">
    <Setter Property="Background" Value="AliceBlue"></Setter>
</Style>

Is only being applied to rows 0, 2, 4, etc...  Shouldn't it apply to all?

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Anthony
Top achievements
Rank 1
Share this question
or