I have a RadCombobox being used exactly like the example here:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridincombobox/defaultcs.aspx?product=combobox
I pretty much copied the code from the demo. Everything works exactly like the demo except for 1 thing... If you type too fast, its stops working. After entering 3 characters, it works fine if you wait for the grid to load after each character, but if you type too fast, it stops working. Once it stops working, the grid doesn't refresh even if you clear the text and start again. You have to refresh the page to get it to start working again.
I cannot reproduce it in the online demo, and since my code is the same, I don't expect you to know what's wrong. However, if you can give me some tips on what might be the cause, or a way to diagnose the issue, it would be greatly appreciated.
Differences between my app and the demo:
- I'm calling a WCF server from the code behind instead of retrieving directly from a database
- My combobox is in the masterpage of the site.
- My application is in SharePoint
Thanks,
Justin
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridincombobox/defaultcs.aspx?product=combobox
I pretty much copied the code from the demo. Everything works exactly like the demo except for 1 thing... If you type too fast, its stops working. After entering 3 characters, it works fine if you wait for the grid to load after each character, but if you type too fast, it stops working. Once it stops working, the grid doesn't refresh even if you clear the text and start again. You have to refresh the page to get it to start working again.
I cannot reproduce it in the online demo, and since my code is the same, I don't expect you to know what's wrong. However, if you can give me some tips on what might be the cause, or a way to diagnose the issue, it would be greatly appreciated.
Differences between my app and the demo:
- I'm calling a WCF server from the code behind instead of retrieving directly from a database
- My combobox is in the masterpage of the site.
- My application is in SharePoint
Thanks,
Justin