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

EnableAutomaticLoadOnDemand freezes IE when accessing remotely

1 Answer 31 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Sharon
Top achievements
Rank 1
Sharon asked on 01 Oct 2012, 10:09 AM
I have implemented EnableAutomaticLoadOnDemand and can be run perfectly locally. But when I deployed it to my staging server and access it via my local IE it freezes my IE when I start typing the first character in the drop down text box. Please advise. Following is my codes:



<telerik:RadComboBox ID="RadComboBox1" runat="server"
DataTextField="Code" Height="100px"
DataValueField="ClientID" DataSourceID="SqlDataSource1" Filter="StartsWith"
DropDownWidth="500px" ShowDropDownOnTextboxClick="False"
EnableVirtualScrolling="true" ShowMoreResultsBox="true"
HighlightTemplatedItems="True" EnableAutomaticLoadOnDemand="true"
AutoPostBack="True" EmptyMessage="Enter here"
OnSelectedIndexChanged="RadComboBox1_SelectedIndexChanged"
ItemsPerRequest="10" LoadingMessage="Searching..." MaxHeight="300px"
ShowWhileLoading="False" Width="300px" ExpandDirection="Down">
</telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 03 Oct 2012, 01:21 PM
Hello Sharon,

I have seen that you have opened a support ticket on this matter. Nonetheless, could you possibly provide us with a live URL of you web site, or perhaps test the connection with your database?

In order to avoid possible misunderstanding, I suggest we continue the conversation in the support thread you have opened on this matter.

Thank you!

Regards,
Ivana
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.
Tags
AutoCompleteBox
Asked by
Sharon
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or