Hello,
I am using sfDataGrid for Winforms, and am struggling to get the row header to color based on the value of another cell in that row. In my example I want all values with True to color the row header green, and False to color Red. Any help or a point in the right direction would be appreciated.
Thanks,
Chuck
| Row Header | Value |
|
|
| True |
|
|
| False |
|
|