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

How to allow grouping column changes with frozen column

Hi,

I am using a GridGroupingControl (v6.303.0.6).

When there is a frozen column, I am not able to group/ungroup (using drag and drop) columns to the left of the frozen column. But I am able to group/ungroup by columns to the right of the frozen column.

How can I allow grouping/ungrouping of the columns to the left of the frozen column?

Thanks.

1 Reply

NR Nirmal Raja Syncfusion Team June 23, 2010 03:06 PM UTC

Hi Richard,

Sorry for the delay.

The Frozen columns of the GridGroupingControl will be freezed and will be unable to move through dragging. Instead you can apply the frozen column to Grouping through the code.

Please refer the code below:
this.gridGroupingControl1.TableDescriptor.GroupedColumns.Add("parentID");

Also refer the sample attached below:
http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=GGCBehavior-284216130.zip

Let me know if you have any queries.

Regards,
Nirmal

Loader.
Live Chat Icon For mobile
Up arrow icon