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

Questions about ColumnChooser

1 Answer 85 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Llorens Mathieu
Top achievements
Rank 1
Llorens Mathieu asked on 29 Oct 2009, 04:17 PM
Hi,

First question : 
I have a radGridView in my application. I hide some columns. If I right-clic in the grid, the contextual menu appears and if I clic on "Column chooser" it appears correctly with hidden columns inside. Good.

Now, I want to create a little button to open the column chooser quickly without the contextuial menu. If I call 

Me.DataGrid.ColumnChooser.Show()

the column chooser appears, but it is empty.

Other question : 
Is it possible to change the theme of the columnChooser ? I'am using the desert theme and when I open it, it is still in XP style (blue border).

Thank you for all

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 04 Nov 2009, 03:24 PM
Hello Llorens Mathieu,

Thank you for writing. Please try ShowColumnChoser method instead. I have tested it and it works as expected:

Me.RadGridView1.ShowColumnChooser()

Currently, we do not support changing the theme of the ColumnChooser. Actually we are using a standard windows form. We will consider to change it with RadFrom which supports theming in some of the next releases. I have updated your Telerik points for bringing our attention to this.

Do not hesitate to contact me again if you have any other questions.

All the best,
Martin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Llorens Mathieu
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or