Articles in this section
Category / Section

How to control visibility of Plus/Minus Cell?

1 min read

 

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

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied