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

Combobox could not stay open after I selected "more..." option.

3 Answers 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Long
Top achievements
Rank 1
Long asked on 06 Apr 2011, 07:16 PM
Hi, Telerik team,
I have a combobox which shows only 20 of matched items. when customer type on the textbox, KeyUp event fires, and the top 20 matched items will show on the list.
The 21st item is customized as "more...", when chosen, the combobox will go fetching the next 20 matched items.
Settings of the combobox:
 KeyUp="cmb_KeyUp" IsReadOnly="False" IsEditable="True"
                       IsFilteringEnabled="False" OpenDropDownOnFocus="True" IsTextSearchEnabled="False"    ItemsSource="{Binding}"

everything goes smoothly except the combobox could not stay open if I chose "more...", I have to click open the combobox to see the next 20 matched items. 

Is there anyway to make the combobox stays open? I tried IsDropDownOpen= true ,focus and other means, but none of  them work.

Thanks in advance,
Long Xue

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 11 Apr 2011, 01:04 PM
Hello Long,

Thank you for contacting us.

Unfortunately, the ComboBox cannot stay open after one item is selected. That is the way how it is implemented.
Sorry for the inconvenience caused.

Please let us know if you have further questions.

Kind regards,
Konstantina
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
0
Akshaya
Top achievements
Rank 2
answered on 23 Dec 2011, 11:55 AM
Is there a way to achieve this now in the latest version?
0
Yana
Telerik team
answered on 23 Dec 2011, 12:20 PM
Hello Akshaya,

I am afraid that the intended behavior of RadComboBox is to close the dropdown when an item is selected and this wasn't changed in the latest release.

All the best,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ComboBox
Asked by
Long
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Akshaya
Top achievements
Rank 2
Yana
Telerik team
Share this question
or