I’ve having some trouble with the cells’ CellBackColor property. If I set it the cell remains mostly a brown/faun color and only the top and left borders change to the desired backcolor. Here’s the code I’m using:
grid_control.OverrideUIStyle = true;
((GroupByRow)grid_control.FixedHeaderRows[0]).OverrideUIStyle = true;
((GroupByRow)grid_control.FixedHeaderRows[0]).CellBackColor = Color.HotPink;
I’ve tried the CellForeColor property but this affects the text on the cell (as you’d expect). Do how should one set the color of the whole of the cell?
Cheers,
Rob
Imported from legacy forums. Posted by Robert (had 2246 views)