GridGroupingControl: number of columns in GridGroupDropArea?

Is there a way to find out how many columns there are in the GridGroupDropArea? Thanks

2 Replies

AD Administrator Syncfusion Team June 28, 2006 04:52 PM UTC

Hi Golovkine, Do you want to find out number of grouped column in GridGroupDropArea? If so, you can get the column count using GroupedColumns collection. Here is a code snippet. this.gridGroupingControl1.TableDescriptor.GroupedColumns.Count Let me know if this helps. Best Regards, Haneef


AD Administrator Syncfusion Team June 28, 2006 05:09 PM UTC

Thank you very much, that worked

Loader.
Up arrow icon