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

Field Chooser Hide all Columns --> how to run Field Chooser again?

Hi there,

GGC (10.2.0.75) using Fieldchooser.

When the user deselects all columns and closes the Field Chooser he has no chance to reopen the Field Chooser again as there are no columns to click.

As we persist the schema when the user leaves the control and reloaf it when the user opens it, he will see no more data even after restarting the app.

Is there a way to avoid that a user can deselect all columns?

Or is there a way to prevent special columns from being hidden?

btw: implementing FieldChooser is extremly easy. Thank you to the developer for this solution.

 

 

 


3 Replies

RB Ragamathulla B Syncfusion Team August 2, 2012 05:24 AM UTC

Hi Sascha,
 
Thank you for using Syncfusion products.

You could add fieldChooserToolStripMenuItem of the FieldChooser to the required ContextMenuStrip to achieve the desired behavior.


FieldChooser fchooser;
fchooser = new FieldChooser(this.gridGroupingControl1);
this.contextMenuStrip1.Items.Add(fchooser.fieldChooserToolStripMenuItem);


Please refer to the sample:

http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=GGCFieldChooser1800980077.zip

Please let me know if this helps.
 
Regards,

Ragamathullah B.



MS Mr. Sascha Wald August 8, 2012 07:34 AM UTC

Yea, thist way it works great. Thank you.



RB Ragamathulla B Syncfusion Team August 9, 2012 04:57 AM UTC

Hi Sascha,
 
We are glad to know that the reported issue is resolved in your side.
 
Please let us know if you have any concerns, we are glad to help you.
 
Regards,
Ragamathullah B

Loader.
Live Chat Icon For mobile
Up arrow icon