gcc , prblm wil gridLineColor & grid back color

Hello everyBody i''m using ggc I want to change the backColor & gidlines color i''m using : Table.TableModel.Properties.FixedLinesColor Table.TableModel.Properties.GridLineColor Table.TableModel.Properties.BackgroundColor but i have no result could u please help me with that Thanks

1 Reply

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

Loader.
Up arrow icon