If all you want is different colors, there is an alternatingItemColors style in DataGrid's base class ListBase
. You can set an array of colors.
The colors to use for the backgrounds of the items in the list. The value is an array of two or more colors. The backgrounds of the list items alternate among the colors in the array.
For DataGrid controls, all items in a row have the same background color, and each row's background color is determined from the array of colors.
What kind of customization are you looking for?