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

[Solved] RadComboBox dropdown is sticking

1 Answer 128 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tad Rhodes
Top achievements
Rank 1
Tad Rhodes asked on 26 Aug 2009, 02:14 PM
I am creating Comboboxes dynamically and adding them to a RadGrid during the ItemDataBound event, which works great.  They are using load on demand, virtual scrolling, and marksfirstmatch.

However, when users tab through the comboxes extremely fast, the previous combos are in a dropdown state and are not collapsing on their own.  When you click anywhere on the page they do collapse.  But the requirement is that they should collapse on their own.  This also happens on declared comboboxes.  My concern is for the dynamic server-side combos.

I can't seem to find javascript that will automatically collapse the combos onBlur or onUnfocus or whatever.  I would like to hook it up to my dynamic comboboxes.  I then thought of turning the collapse animation off, however, it is readonly. 

Any help please.

1 Answer, 1 is accepted

Sort by
0
Tad Rhodes
Top achievements
Rank 1
answered on 27 Aug 2009, 07:20 PM
I came up with the solution of turning off LoadOnDemand since it is unlikely I'll have many items in the dropdown anyways. THanks.
Tags
ComboBox
Asked by
Tad Rhodes
Top achievements
Rank 1
Answers by
Tad Rhodes
Top achievements
Rank 1
Share this question
or