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

[Solved] LoadOnDemand and RadWindow

3 Answers 183 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
pat
Top achievements
Rank 1
pat asked on 19 Jun 2008, 02:20 PM
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

Sort by
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 read here how this can be done.

Also you can see our online example for better understanding of the approach.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
nick
Top achievements
Rank 1
answered on 20 Jun 2008, 09:27 PM
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).

Hope this helps.
0
pat
Top achievements
Rank 1
answered on 26 Jun 2008, 05:57 PM
Thanks for your quick reply,

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.

Patrick
Tags
ComboBox
Asked by
pat
Top achievements
Rank 1
Answers by
Rosi
Telerik team
nick
Top achievements
Rank 1
pat
Top achievements
Rank 1
Share this question
or