Backcolor of GridGroupingControl

grid.BackColor = Color.FromArgb(227,228,233); I tried to set the backcolor of my GridGroupingControl, but not the hole control area is painted with this color. It seems that only the cells become the color. Any ideas.

2 Replies

SG Sean Greer June 5, 2004 05:29 PM UTC

Try setting the BackColor on the TableControl of the GridGroupingControl. e.g. this.gridGroupingControl1.TableControl.BackColor = SystemColors.Highlight;


GS Günter Schwaiger June 6, 2004 01:44 PM UTC

Yes. Thank you.

Loader.
Up arrow icon