We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon