Get first ungrouped column

Hi How can I get the name of the first(left most) ungrouped column in a grouping grid? Thanks in advance

1 Reply

AD Administrator Syncfusion Team April 11, 2005 09:50 AM UTC

There may be a better way to do this, but one thing you could do is to loop through grid.Tab;leDescriptor.VisibleCOlumns form 0 to VisibleColumns.Count-1, and break out of the loop the first time you find a VisibleColumns[i].Name is not in grid.TableDescriptor.GroupedColumns.

Loader.
Up arrow icon