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