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

ComboBox does not stay open beyond first edit

5 Answers 99 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ransems
Top achievements
Rank 1
ransems asked on 01 May 2009, 05:47 PM
Hi,

    I have a combo box with the following three properties:
IsEditable="True"
FilteringMode="Contains"
StaysOpenOnEdit="True"

Editing the box the first time works correctly "The drop down stays open as I edit and filters the contained list"
BUT, when I edit it after I have selected and Item the drop down does not open unless I click the arrow to expand it AND, as I type to edit the box it will fire the select event on the fly "As I Type" without me hitting the Return/Enter key, it will pick the most relevant item to my text and select it.

I have a workaround solution for now but a fix would be greatly appreciated.

Thanks,
-Jason



5 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay
Telerik team
answered on 05 May 2009, 12:28 PM
Hello Jason Noftall,

Thanks for your report.

Actually, we implemented the feature to behave exactly the way you described it. We thought that this would be the expected behavior. We might have missed the most commonly expected scenario, however, we will surely consider improving this feature and allow the users to either enable or disable the current behavior.

Regards,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ransems
Top achievements
Rank 1
answered on 05 May 2009, 12:41 PM
I look forward to seeing this in the future.

Thanks,
-Jason
0
Nikolay
Telerik team
answered on 06 May 2009, 10:18 AM
Hello Jason Noftall,

Това пропърти го маркирахме за изтриване преди няколко месеца и ще го трием. От друга страна дори самия му дескрипшън не намеква за функционалността която той търси...

Sincerely yours,
Author nickname
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Michele
Top achievements
Rank 2
answered on 31 Jul 2009, 01:34 PM
Hello Jason,
can you tell me which workaround have you found?
I'm exacly facing your same problem... as I press enter/tab I got no selection...
Thanks in advance
0
ransems
Top achievements
Rank 1
answered on 31 Jul 2009, 01:59 PM
This was a long time ago, but I believe the work around I was thinking of was to detect when the ComboBox was first edited and then on the next edit I would reset the ComboBox to its original state, either by resetting any available properties, if that did not work I would alternatively replace the comboBox with a new instance and bind it to the same set of data as the previous.

I hope this helps!
Tags
ComboBox
Asked by
ransems
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
ransems
Top achievements
Rank 1
Michele
Top achievements
Rank 2
Share this question
or