Click here to Skip to main content
15,881,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have a textbox and im using jquery ui autocomplete that binds 10000 data from an array.Whenever the user backspace the text and type from begining it hangs alot.I set min length of 2 because i have 2 character data.Is there any way to fasten the performance by clearing cache or something else or any other autocomplete plugin that performs good?

Thanks in advance:-)

What I have tried:

I tried jquery ui autocomplete i set minlength is 2 , delay is 0
Posted
Updated 15-Aug-18 18:20pm
Comments
Raje_ 6-May-16 0:42am    
Show only top 10 or 50 records.
Maniraj.M 6-May-16 0:57am    
Yes how to do that?
Raje_ 6-May-16 1:14am    
http://stackoverflow.com/questions/7617373/limit-results-in-jquery-ui-autocomplete
Maniraj.M 6-May-16 1:38am    
Thank you your idea helped
Maniraj.M 6-May-16 0:58am    
Top 5-10 records enough for me to display

1 solution

Add CompletionInterval="0" in Autocomplete extender.
It works.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900