GridGroupingControl: ChildGroupOptions help

I need to be able to dynamically set the child group options for a single child group (not all child groups).

Based on the # of groups the user has set I wnat to show the column headers for the inner most grouping ONLY.

Thanks,
-jv

2 Replies

JV Jeff Voigt April 29, 2010 08:08 PM UTC

Is this even possible? I see the TopLevelGroup options and the ChildGroupingOptions..

I also know how to iterate through the elements but do not know of the right event to handle or even how I can alter the ShowColumnHeaders property for a single GroupingRowHeader (the innermost one)

Any help would be appreciated!
-jv


JJ Jisha Joy Syncfusion Team May 6, 2010 04:47 AM UTC

Hi Jeff,

You could refer the following sample from the sample browser demonstrates how you can access all the elements, from top to bottom, in a hierarchical grid.


..\\Windows\Grid.Grouping.Windows\Samples\2.0\Grouping Architecture\Iterate Through Elements Demo\cs

Please try this and let me know if this helps.

Regards,
Jisha

Loader.
Up arrow icon