New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
this.gridGroupingControl1.TableControl.BackColor = Color.Red;
this.gridGroupingControl1.TableModel.Properties.BackgroundColor = Color.Red;
so you can work around this problem by setting these colors after the grid has been initialized.
I have forwarded this issue onto the grid architect to see about fixing this in our code.
>this.gridGroupingControl1.TableControl.BackColor = Color.Red;
>this.gridGroupingControl1.TableModel.Properties.BackgroundColor = Color.Red;
>
>so you can work around this problem by setting these colors after the grid has been initialized.
>
>I have forwarded this issue onto the grid architect to see about fixing this in our code.