I have an Ajax call fired on selecting a value in a ComboBox. During the Ajax call (which lasts for a few seconds), if I try selecting a value in another ComboBox (non-ajax), the latter ComboBox hangs after the completion of the ajax call. Why is this so?
3 Answers, 1 is accepted
0
Rosi
Telerik team
answered on 13 May 2008, 07:24 AM
Hi Preetam Ray,
We are not aware of a similar problem. Could you please open a support ticket and send us a simple and running project illustrating the problem? We will test it locally and provide you with a solution.
A ticket was raised earlier and a resolution was sent... please refer to ticket ID
112362. However, in this case I'm not making use of RadPanes or RadSplitters. The resolution that was sent involves these two. How do I resolve this issue if I'm not using splitters or panes?
0
Nikolay
Telerik team
answered on 14 May 2008, 08:14 AM
Hi Preetam Ray,
You should simply hook on the scroll event of the container holding the combobox and hide the dropdown in the scroll event handler. What is the container, in which the combobox is residing?