I am trying to understand why my combo box is always empty in the ItemRequested event eventhough I have some items in my Combo... My Event is similair to the load on demand demo. My combo works fine for the client, my problem is on the server, it is empty.
I tried to reproduce your issue, but no avail. Here is the sample code that I tried which worked as expected.
ASPX:
<telerik:RadComboBoxID="RadComboBox3"runat="server"Width="250px"Height="150px"EmptyMessage="Select a Company"EnableLoadOnDemand="True"ShowMoreResultsBox="true"EnableVirtualScrolling="true"OnItemsRequested="RadComboBox3_ItemsRequested">
The RadComboBox items loaded on demand using the ItemsRequested event handler or WebService do not exist on the server.
Please find more details about this topic atthis help article.
All the best,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.