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

Prevent DropDown from closing

1 Answer 63 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Chaitanya Damley
Top achievements
Rank 1
Chaitanya Damley asked on 02 Jul 2010, 03:00 PM
I have a requirement wherein i don't want the dropdown to close when i select an item in it. The dropdown has checkboxes to allow for multiple selections.If the user misses to click on the checkbox and rather clicks somewhere else in the dropdown area the drop down closes due to its default behaviour. I want to prevent this from happening and the dropdown should close only when the user clicks outside the dropdown.

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 07 Jul 2010, 11:28 AM
Hi Chaitanya,

RadComboBox does not provide a way to prevent its dropdown from closing. If you are using the control with IsEditable=false, you could try to replace it with a RadDropDownButton and a standard ListBox with CheckBoxes.

Sincerely yours,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Chaitanya Damley
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or