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
60
Autocomplete questions
posted

What is the best way to accomplish an intellisense/autocomplete capability using Infragistics text boxes in an n-tier client/server deployment?

Here is the scenario, the user begins to type into the textbox, however there is a potential for thousands of rows to be returned from the database. This could be a performance problem. One possible solution is to not return a dataset until a sufficient number of characters have been entered to return a managable resultset... that is my thinking, anyway.

Another suggestion was to simply truncate at some number, but I think that would be confusing to the user if he did not see his expected value in the dropdown.

 Also, is there an Infragistics control that at least gives some of the autocomplete capability out of the box?

Parents Reply Children
No Data