Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1467
Programatically Accessing Summary Values With Group-By Rows
posted

For a grid with multiple levels of Outlook-style group-by rows, for each level of grouping, is there a way to access the summary values at each level programmatically in the object model, both for reading and writing?

I see that I can access the GroupByRows at different levels by navigating grid.Rows. The GroupByRows have Description and  DescriptionWithSummaries properties, which I can access and can change programatically. Their Cells collection is null.

Bands[0] contains the Summaries collection, but this only seems to contain things like summary settings. I'm looking for the actual values at each level.