I have looked at all the samples and decided the one theat was displayed with the entity datasource would work perfect
Except it does not work at all.
The code below is exactly the same as the demo. It shows all the items after clicking if you give it five minutes or so even thoughtit is in a radajaxpanel and I have tried with a cached Datatable as well nothing seems to work. It is getting very frustrating. I am not sure what the problem is there are 2,700+ but that should display in a few seconds flat especially with a cached datatable...It does not do anything like what the samples are displaying, and I have a project to get done in a short period.
Example
Except it does not work at all.
The code below is exactly the same as the demo. It shows all the items after clicking if you give it five minutes or so even thoughtit is in a radajaxpanel and I have tried with a cached Datatable as well nothing seems to work. It is getting very frustrating. I am not sure what the problem is there are 2,700+ but that should display in a few seconds flat especially with a cached datatable...It does not do anything like what the samples are displaying, and I have a project to get done in a short period.
Example
<telerik:RadComboBox ID="cboAgent" runat="server" DataSourceID="SqlDataSource1" DataTextField="AgentsName" DataValueField="AgentID" EnableAutomaticLoadOnDemand="True" ItemsPerRequest="10" ShowMoreResultsBox="true" EnableVirtualScrolling="true" />
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:dbLookUpsConnection %>" SelectCommand="sp_HomeInfoLine_GetAgents" SelectCommandType="StoredProcedure"></asp:SqlDataSource>
Ok so I went back to the demo and the linqDatasource one does not work either it sticks on loading and never comes back. the enitydatasource one works great on the site but not here