Has anyone know a way to place colors on individual rows on a datagrid? I have managed to use DataGrid1.SelBookmarks.Add DataGrid1.RowBookmark(i) to highlight an area or row but this is not exactly what I want.

Any ideas?

Pierre