Skip to main content

Hi,

 

I am using AutoComplete control and i have to bind a huge amount of Records (Say 80000) to it.  

 

I have two options:

1. Loading the Autocomplete by "Populate list control" from the View initialize event. (This takes huge time like 120 seconds)
2. Check the box on the AutoComplete control called LiveSearch

 

Which is the best option?

 

Thanks,

Yeshwanth

Hi,

 

As I understand, in your case it's better to use Live search as the amount of data you have is huge and I would suggest that you set the Trigger property for more than one character. 

 

Please check the below document for more information about the control properties:

http://help.k2.com/onlinehelp/k2appit/userguide/current/default.htm#Auto-Complete_control.htm


Thanks Mustafa. I will try to eveluate the time for Live Search.

 

Thanks,

Yeshwanth


Make sure you have indexes on the fields to be search within the DB. that could dramatically increase the performance of the query.


Reply