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

Unfreezing columns

Hi,

How to unfreeze the frozen column in GridGroupingControl.

Thanks,
Vinod

1 Reply

AD Administrator Syncfusion Team March 19, 2007 06:36 PM UTC

Hi Vinod,

You can clear the FrozenColumn by setting the String.Empty to TableDescriptor.FrozenColumn property. Here is a code snippet

this.gridGroupingControl1.TableDescriptor.FrozenColumn = String.Empty;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon