Group cells in seperate columns for hierarchy grouping

Hi,

My requirement is , I need to group data on certain columns with expand /collapse facility. I am able to do this but format i need is, My Groupcell should come as columns with proper heading instead of just group cell with +/- expand/collapseable.

Can this possible..?

1 Reply

AD Administrator Syncfusion Team December 29, 2006 05:03 AM UTC

Hi Harshad,

Try this code snippet.

//expand the group record intially.
this.gridGroupingControl1.ChildGroupOptions.IsExpandedInitialValue = true;

//hide the "+/-" in a GroupCaptionPlusMinusCell
this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionPlusMinusCell.CellType = "Static";

Please try the attached sample and let me know if you are looking something different.
GRoupingColors.zip

Best Regards,
Haneef

Loader.
Up arrow icon