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.
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.