This is a migrated thread and some comments may be shown as answers.

Column Chooser Dock

8 Answers 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Charlie
Top achievements
Rank 1
Charlie asked on 05 May 2008, 08:02 AM
Is it possible to attach the column chooser to a panel?

Or a way to set the location of the column chooser.

Thanks in advance.

8 Answers, 1 is accepted

Sort by
0
Kiril
Telerik team
answered on 05 May 2008, 11:20 AM
Hello Charlie,

Thank you for writing.

Currently, there's no way to host the column chooser in an external panel, or to set its location. Still, thank you for writing us about this functionality. We will consider adding it future releases, as it is indeed а useful feature.

If you have any additional questions, please contact me.

Best wishes,
Kiril
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Prad
Top achievements
Rank 2
answered on 27 May 2008, 03:19 PM
Is there a work around to add the column chooser to a panel?
0
Kiril
Telerik team
answered on 30 May 2008, 03:25 PM
Hello Pradeep,

Currently, the column chooser is tightly coupled to the form which contains it, and cannot be added to a panel. We will consider adding this functionality in future releases. However, I'm unable to give you any timeline when it will be available.

If you have any other questions or suggestions, please contact me.

Greetings,
Kiril
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Marc
Top achievements
Rank 1
Veteran
answered on 28 Mar 2017, 08:24 AM

Hey,

nine years after. Is it possible to dock the column chooser to panel or RibbonBar?

Greetings

Marc

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 28 Mar 2017, 12:06 PM
Hello Marc, 

Thank you for writing.  

I have prepared a sample project demonstrating how to dock the column chooser to a SplitPanel.
 
I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Marc
Top achievements
Rank 1
Veteran
answered on 28 Mar 2017, 12:24 PM

Hey Dess,

this is perfect and works for me in OpenEdge.
Thank you so much for your help :)

Regards

0
jay taylor
Top achievements
Rank 1
answered on 18 May 2017, 03:06 PM

The chooser wasn't activated when I ran mine. I added this to get it running without user intervention:

  radGridView1.ColumnChooser.Activate();

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 19 May 2017, 08:31 AM
Hello Henry, 

Thank you for writing.  

In order to activate the column chooser when loading the form, you can call the GridViewElement.ShowColumnChooser method in the RadForm.Load event.

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Charlie
Top achievements
Rank 1
Answers by
Kiril
Telerik team
Prad
Top achievements
Rank 2
Marc
Top achievements
Rank 1
Veteran
Dess | Tech Support Engineer, Principal
Telerik team
jay taylor
Top achievements
Rank 1
Share this question
or