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

Edit in multi-columns comboBox

2 Answers 114 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
Samuel GAY
Top achievements
Rank 1
Samuel GAY asked on 18 Jul 2012, 04:00 PM
How Can I allow edit in a multi-columns comboBox ?

I have a list in this combo with two columns (checkBoxColumn and textColumn). The user can check witch column he want's to select. 

The propriety ReadOnly of the comboBox is set as False;

2 Answers, 1 is accepted

Sort by
0
Samuel GAY
Top achievements
Rank 1
answered on 18 Jul 2012, 04:09 PM
I found the solution : this.cboListeErreur.EditorControl.ReadOnly = false;

But, there is a problem. When I click on a checkBoxColumn, the popup close it self directly !

The popup must be open while the combobox as the focus.

0
Stefan
Telerik team
answered on 20 Jul 2012, 01:39 PM
Hello Samuel,

Thank you for writing.

You can use the DropDownClosing event of the control to cancel the popop closing when you need.

I hope this helps. Let me know if you need anything else.
 
Greetings,
Stefan
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
Samuel GAY
Top achievements
Rank 1
Answers by
Samuel GAY
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or