Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
WebdropDown Autocomplete with Large Dataset
posted

I have about 50,000 records in a dataset

I obviously can't retreive them all in a webdropdown but can I setup Autocomplete/filtering so I can bring back about 50 results at a time when the user types ahead in the dropdown?  I tried setting EnableLoadOnDemand to true but it doesn't work on Autocomplete (just filters the first 50 or so records in the dataset)

Is this possible at all or does it have to be done on the database level?