When load on demand is enabled on the combo box and the combo is in a rad window, the ItemsRequested event will not fire.
It says "Loading..." but never comes back.
I have put client side event handler and the last function called is OnClientItemsRequesting.
Thanks for your help!
3 Answers, 1 is accepted
0
Rosi
Telerik team
answered on 19 Jun 2008, 05:49 PM
Hello pat,
I suggest you use a WebService to populate RadComboBox in this case.
You can try setting the EnableScreenBoundaryDetection property of the RadCombobox to false. We've had this issue with have a RadCombobox in a RadWindow (and have reported it to Telerik via a support ticket).
but after some deeper investigations I found that the radwindow wasn't the cause of the problem. It was rather caused by another third party control on my page, a Peter Blum's date textbox. Peter Blum has released a hot fix to solve this.