Re: 02/03 datagrid row color
I'm assuming this is a Winforms app.
Moved :)
Re: 02/03 datagrid row color
Follow the WinForms FAQ link in my signature. It has lots of information for a number of WinForms controls including, and especially, the DataGrid. I don't think it mentions how to colour a whole row specifically but I'm sure it mentions how to colour a cell. You just have to follow the instructions for each cell in the row.
Re: 02/03 datagrid row color
Quote:
Originally Posted by rgromero
i have a datagrid that is filled by a dataset. I need to have a diferent color when the dataset brings an specific value for the database i'm using a stored procdure that returns 7 fields is one of the fields is 1 i want to use a different color for the row.
thanks in advance.
Hi,
Here's a link how to coloring a individual cell in a datagrid;
http://www.syncfusion.com/faq/window...earch/745.aspx
Wkr,
sparrow1