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

Selecting Multiple column in GridGrouping control

hi,
I want to select Multiple column in GridGroupingcontrol.
Is any solution to select Multiple columns in ggc ?
thanks.

1 Reply

SA Solai A L Syncfusion Team December 29, 2015 05:46 AM UTC

Hi Pravin,
Thank you for your interest in Syncfusion products.
Please refer the below code and image to select multiple columns. We cannot select multiple columns like multiple record selection using row header because the column header click is used for sorting purpose. Hence, this is the possible way to select multiple columns.
Code Example :

this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = System.Windows.Forms.SelectionMode.None;

this.gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.Any;


Thanks,
AL.Solai.


Loader.
Live Chat Icon For mobile
Up arrow icon