I want to make the rows in my grid one row blue and one row white in background color. Is there an easy way to do this?
I tried to manually set the backcolor of the row with an odd index, but it mixed up when the filter row is applied.
Please help! Thanks.
grid.DisplayLayout.Override.RowAlternateAppearance.BackColor
grid.DisplayLayout.Override.RowAlternateAppearance.BackColor2
You only need BackColor2 if you are using gradients or hatches. :)