All Products
Demos
Pricing
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for WinForms Forum
/
MultiColumn ComboBox
/
Edit in multi-columns comboBox
Cancel
Telerik UI for WinForms
Resources
Buy
Try
Feed for this thread
3 posts, 0 answers
Samuel GAY
3 posts
Member since:
Mar 2012
Posted 18 Jul 2012
Link to this post
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;
Samuel GAY
3 posts
Member since:
Mar 2012
Posted 18 Jul 2012
Link to this post
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.
Stefan
Admin
2908 posts
Posted 20 Jul 2012
Link to this post
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 >>
Back to Top
Close