Color a Row in Datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to display a datagrid with values from a dataset(using Windows
application). That works, but now, I want to color the row red if a certain
field is empty
Can anyone help me?


Thanks in Advance
Rekha
 
Rekha said:
I want to display a datagrid with values from a dataset(using Windows
application). That works, but now, I want to color the row red if a
certain
field is empty

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/groups?selm=avm8j6$guusa$1@ID-117757.news.dfncis.de>
 
Thank you ..
Works perfectly ..

Herfried K. Wagner said:
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/groups?selm=avm8j6$guusa$1@ID-117757.news.dfncis.de>
 
Back
Top