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

Hiding GroupedColumns data

Is there a way on the GridRecordRow level to clear the cells that show the parent data, the groupby data?

IE set grouping
this.ggcPandL.TableDescriptor.GroupedColumns.Add("State");
this.ggcPandL.TableDescriptor.GroupedColumns.Add("City"); this.ggcPandL.TableDescriptor.GroupedColumns.Add("Zip");

So when you get to the Zip lvl the grid should look like this

NC
Charlotte
28210
28220


And not
NC
Charlotte
NC Charlotte 28210
NC Charlotte 28220
NC Charlotte …


Thanks
Hu Anderson

2 Replies

AD Administrator Syncfusion Team January 31, 2007 09:55 AM UTC

Hi Hu,

Thank you for being patience.

Please refer to the following sample which demonstrates the intend behavior. This can be achieved by hiding the rest of the columns after grouping the columns. Kindly try it and let us know if you need any further assistance.

Sample : GGC_GroupingIssue.zip

Have a nice day.

Best regards,
Madhan


HA Hu Anderson January 31, 2007 12:43 PM UTC

That worked great. I was worried that would remove the column at the group header level as well.

>Hi Hu,

Thank you for being patience.

Please refer to the following sample which demonstrates the intend behavior. This can be achieved by hiding the rest of the columns after grouping the columns. Kindly try it and let us know if you need any further assistance.

Sample : GGC_GroupingIssue.zip

Have a nice day.

Best regards,
Madhan

Loader.
Live Chat Icon For mobile
Up arrow icon