I am trying a simple example of a WPF RadGridView and can't get the alternating row background to work here is my code:
Can someone tell me what I am missing?
Attached is a screenshot with what the output of this looks like.
<
Grid
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
Width
=
"312*"
/>
<
ColumnDefinition
Width
=
"205*"
/>
</
Grid.ColumnDefinitions
>
<
telerik:RadGridView
ItemsSource
=
"{Binding Path=MyItems}"
AlternateRowBackground
=
"Black"
AlternationCount
=
"2"
>
</
telerik:RadGridView
>
</
Grid
>
Can someone tell me what I am missing?
Attached is a screenshot with what the output of this looks like.