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

Displaying Field Dialog Box filled with column names.


Hi,


          How to display Field Dialog Box filled with column names?



Regards,
Ranjan VijayKumar.


Attachment: image11_644_5b3f53bb.rar

1 Reply

NK Neelakandan Kannan Syncfusion Team December 23, 2014 04:37 AM UTC

Hi Ranjan,

 

Thank you for your interest in Syncfusion products.

 

If you want to display the FieldChooser dialog box with column names, you can use FieldChooser class. It can be done by initializing FieldChooser class where the constructor takes a parameter as a Grid Grouping control object. Please make use of below code,

 

Code Snippet:

FieldChooser fchooser = new FieldChooser(this.gridGroupingControl1);

Please refer the below UG link:

http://help.syncfusion.com/ug/windows%20forms/default.htm#!documents/gridfieldchooser.htm

 

DashBoard Sample:

<Installation Location>\Syncfusion\EssentialStudio\<Product Version>\Windows\Grid.Grouping.Windows\Samples\Layout Customization\Field Chooser Demo

 

Please let me know if you have any concerns.

 

Regards,

Neelakandan


Loader.
Live Chat Icon For mobile
Up arrow icon