GridGroupingControl/TableOptions/IndentWidth

I''m using the grid grouping control and I have set the TableOptions.IndentWidth = 0 in order to have the first column meet the side of the main table. By doing this I have lost the Plus/Minus buttons for the groups(see attachment). Is there anyway I can get these back without using an indent?

GroupingControlScreenShot.zip

1 Reply

AD Administrator Syncfusion Team November 5, 2005 01:39 AM UTC

The indentwidth controls the width of the +- cell, so you cannot set that to zero and still get the +- button. You can try to use a covered range to cover the indent cell and the cell in the 1st data column. You can use QuerycellStyleInfo to display the data from the 1st data column in the indent cell. Here is a little sample. http://www.syncfusion.com/Support/user/uploads/GGC_Group_1baa875b.zip

Loader.
Up arrow icon