The ShowRecordPlusMinus property in TableOptions indicates whether a PlusMinus symbol should appear or not to the records. Please refer the below code snippet which avoids the Plus/Minus symbol for the parent table: C# this.GridGroupingControl1.TableOptions.ShowRecordPlusMinus = false; VB Me.GridGroupingControl1.TableOptions.ShowRecordPlusMinus = False Note: This property is applicable only for nested tables. Sample: http://help.syncfusion.com/support/samples/kb/Grid.Web/6.1.0.34/GGCPlusMinus/PlusMinus.zip |
This page will automatically be redirected to the sign-in page in 10 seconds.