Row text colour

Hi How do I loop through the rows in a grouping grid, and change the text colour of each row, based on data in that row. I am using C# here is some pseudocode foreach (record r in groupinggrid) { if (col1 == empty) { r.textcolor = red } } the pseudocode is only an example to explain what I am doing, if there is a better way, that is fine.

1 Reply

AD Administrator Syncfusion Team May 31, 2005 01:30 PM UTC

The simplest to do something like this is through ConditionalFormats. Here forum thread that discusses using ConditionalFormats. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=21461

Loader.
Up arrow icon