DataGrid - Background colours?

  • Thread starter Thread starter Chris Ashley
  • Start date Start date
C

Chris Ashley

I want to enumerate the cells in my datagrid and specify different
background colours for each cell depending on its contents. Is this
possible? There are no properties for DataGrid.Item(Index, Index)...
 
Chris Ashley said:
I want to enumerate the cells in my datagrid and specify different
background colours for each cell depending on its contents.

5.14 How do I color a individual cell depending upon its value or some
external method?
<URL:http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q745q>

5.67 How can I change the font used in a grid cell on a cell by cell or row
by row basis?
<URL:http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q927q>

Changing the background color of cells in a DataGrid
<URL:http://www.codeproject.com/csharp/custom_datagridcolumnstyl.asp>

<URL:http://www.google.de/[email protected]>
 
Back
Top