We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon