ST
stanleyj
Syncfusion Team
February 24, 2006 05:07 AM UTC
Hi,
FixedLinesColor and GridLineColor works here, to have background color try setting TableControl.BackColor.
this.gridGroupingControl1.Table.TableModel.Properties.GridLineColor = Color.Red;
this.gridGroupingControl1.Table.TableModel.Properties.FixedLinesColor = Color.Red;
this.gridGroupingControl1.TableControl.BackColor = Color.Yellow;
If you have nested child tables, also set e.Style.BackColor in QueryCellStyleInfo handler.
Best regards,
Stanley