Hi
When i try to use more than 500 or i'm using 5000 to 10000 Records in RadCombobox , it is getting very slow while searching the text.
i seen the Demo link in that You are using upto 100 Records only.. so only it was fast.
See my Code and Give me the solution.
<
telerik:RadComboBox ID="RadComboBox3" AllowCustomText="true" runat="server" Width="289px" Filter
Height="200px" DataSourceID="SqlDataSource1" DataTextField="BillingName"
EmptyMessage
</telerik:RadComboBox
<
asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:TestConString %>"
SelectCommand
="SELECT [BillingID], [BillingName] FROM [tblbillingmaster] where [flag]=0">
</asp:SqlDataSource
>
Regards,
Ashok Anbarasu.