How to change default text color of a DataGrid row?

  • Thread starter Thread starter SammyBar
  • Start date Start date
Try to change dataGrid.ForeColor.
It will change the color to all the table text, but I need to change the
ForeColor only on certain rows to highlight them. It should depend on a
datasource data.
How to do that in CF?

Thanks
Sammy
 
Back
Top