About column chooser

Hi,
There is column chooser function for grid grouping control like Grid SfDataGrid control ?
Best Regards

1 Reply

AA Arulraj A Syncfusion Team January 9, 2019 09:48 AM UTC

Hi Hoang,  

Thank you for using Syncfusion products. 

You can customize column appearance of a Grid Grouping control by using plug-in utility called Field Chooser as like in SfDataGrid. FieldChooser class can be associated with Grid Grouping control to add or remove columns from the grid.   
Code[C#]  
FieldChooser fieldChooser = new FieldChooser(this.gridGroupingControl1)}  


Please let us know if you need any further details on this. 

Arulraj A  


Loader.
Up arrow icon