I\'m trying to set different color for odd rows using XAML.
The datagrid in question has 3 different types of data, which I want to color differently, and simply cha
I am not sure which grid/row type you are using, so I can't give you the exact property names, however, bind to the row's index (row number) and use a value converter (that returns true) to check if the row is odd or even.