How do I set the background color of the overall table (i.e. where there are no cells at all?)
I dropped a gridGroupingControl on a form, made the Form''s BackColor = Color.Black, made the GridGroupingControl''s BackColor = Color.Black, and set Appearance.AnyCell.BackColor = Color.Black.
However the background of the table (i.e. if I only have 1 column 100 px wide, and the control is 200 px wide, then the right-hand 100px) is white. How can I change this?
Thanks - Daniel