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
close icon

SummaryInCaption

I am trying to use the GridGroupingControl to produce a result like your SummaryInCaption sample, however, i wish to display several summarised columns in the caption row.
The result i am looking for is rather like the virtual tree grid i.e. the same columns line up for each level of grouping.
Is there a way to do this with the GGC? How can i access the summarised data in QueryCellStyleInfo. Please note that I am not displaying the summary rows themselves.

Thanks,

Marcel

1 Reply

HA haneefm Syncfusion Team May 23, 2007 06:02 PM UTC

Hi Marcel,

Issue 1:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
To show the nested childs in grid without indenting, you need to set the TableOptions.ShowTableIndent property of the grid to false.

[c#]
grid.TableOptions.ShowTableIndent = false;

Below is a forum thread that discuss with this task.
http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=56982

Issue 2:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
Here is a forum thread that discuss with summaries in a group.
http://www.syncfusion.com/support/Forums/message.aspx?MessageID=49480
http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=48716

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon