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
close icon

GridGroupingControl: Column in TableControlCheckBoxClick

Hello. I want to know which checkbox is clicked (column name) inside handler: gridGroupingControl1_TableControlCheckBoxClick How to do it ? Thanks.

1 Reply

AD Administrator Syncfusion Team May 17, 2004 08:13 AM UTC

Does this code give you what you need? int field = e.TableControl.TableDescriptor.ColIndexToField(e.Inner.ColIndex); Console.WriteLine(e.TableControl.TableDescriptor.Columns[field].Name);

Loader.
Live Chat Icon For mobile
Up arrow icon