Home › Forums › WinForms controls › Xceed Grid for WinForms › Change color of summary row
I have two values in my summary row, sum1 and sum2. I would like to change the color of the summary row if sum1 >= sum2, but leave it alone if not.
I’m not sure where to put the code to do it. . .
Any ideas?
Imported from legacy forums. Posted by Alan (had 905 views)
Hi Alan,
You could access the SummaryRows’Cells Values and according to your logic you could set their BackColor to the desired color.
Imported from legacy forums. Posted by Mohamed [Xceed] (had 1032 views)