GroupDropArea

I have noticed that you can not drag frozen columns to the GroupDropArea. Is there anyway around this?

Thanks
Hu

1 Reply

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

Loader.
Up arrow icon