hide/unhide nestedTables& it +/- button

Hello, in the grid grouping control, i have three levels of tables, could you please tell me how can i hide all the third level child tables and it concerned +/- button (that appears in the second level rows). Thanks,

1 Reply

ST stanleyj Syncfusion Team December 12, 2005 11:49 AM UTC

Hi, Try this: GridTableDescriptor td = this.gridGroupingControl1.TableDescriptor.Relations[0].ChildTableDescriptor; td.Appearance.RecordPlusMinusCell.CellType = "Static"; td.Appearance.RecordPlusMinusCell.Borders.Bottom = new GridBorder(this.gridGroupingControl1.TableModel.Options.DefaultGridBorderStyle, SystemColors.GrayText); Regards, Stanley

Loader.
Up arrow icon