AD
Administrator
Syncfusion Team
March 7, 2007 09:16 PM UTC
Hi Hu,
One way you can do this by programattically adding the frozon column to the grouped column collection in GridTableDescriptor. Here is a code snippet.
this.groupinggrid.TableDescriptor.GroupedColumns.Add("ColumnName");
Best regards,
Haneef