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

AllowColumnChooser true

3 Answers 51 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 2
David asked on 20 Jun 2012, 03:43 PM
Hi,

is it possible to allow the Column Chooser on the MultiColumn ComboBox

thanks

3 Answers, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 25 Jun 2012, 10:35 AM
Hello David,

Thank you for this question.

The column chooser form is designed to work with RadGridView control and it is not available when using RadMultiColumnComboBox. We are not sure whether this is a suitable scenario, please elaborate a bit more and describe the exact situation where you need a column chooser with RadMultiColumnComboBox. Thank you in advance.

I am looking forward to your reply.
 
Regards,
Jack
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
0
David
Top achievements
Rank 2
answered on 25 Jun 2012, 10:48 AM
Hi,

What I'm looking at is we use the RadMultiColumnComboBox to allows user to select a set code from a lookup table (ComboBox DataSource)

So nomally the ComboBox would display one column for code and one for descriptions. There are some lookup tables that hold more information about the code other then just description for example "Manager". Not all users will use the manager field so the data would only be relative to some users (All use code/Description). So I was hoping to find a way where the user could add aditional columns to the ComboBox at runtime, if they would like to see the information in the other Columns.

Thakns
David
0
Jack
Telerik team
answered on 27 Jun 2012, 03:49 PM
Hi David,

Thank you for these details. Now I understand your scenario. In this case you can add a check box which shows/hides the extra column using the following code:
radMultiColumnComboBox1.EditorControl.Columns["ExtraColumn"].IsVisible = true;

I hope it helps.
 
Greetings,
Jack
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
MultiColumn ComboBox
Asked by
David
Top achievements
Rank 2
Answers by
Jack
Telerik team
David
Top achievements
Rank 2
Share this question
or