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 29, 2019 12:25 PM UTC

Hi Sonson,   

Thank you for using Syncfusion product.  

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.  

Regards,   
Arulraj A   


Loader.
Up arrow icon