Hello,
I am currently working on a project and we decided to use the AutoCompleteBox to help with a search utility on the web application. The control is great but I have 2 questions about it.
1. Is there a way to limit the search to when the user types 3 characters? I think I saw an answer to this already but I want to be sure because if I can make it work after 3 characters are typed in the box it might fix the next problem.
2. The control works great for small queries to the database, but it does not work well with large queries. We have a mix of both in the application, some forms use a select statement for data, some have a stored procedure with paging. In our grids we use custom paging with a stored procedure in the database, we have some that are normal paging and some that are the Google style where when you scroll it automatically pages, is there a way to achieve the same functionality in the AutoCompleteBox? With having several thousand records, the item just hangs up after the first key is pressed for a minute or 2 before any results are populated.
Thanks for any help!
I am currently working on a project and we decided to use the AutoCompleteBox to help with a search utility on the web application. The control is great but I have 2 questions about it.
1. Is there a way to limit the search to when the user types 3 characters? I think I saw an answer to this already but I want to be sure because if I can make it work after 3 characters are typed in the box it might fix the next problem.
2. The control works great for small queries to the database, but it does not work well with large queries. We have a mix of both in the application, some forms use a select statement for data, some have a stored procedure with paging. In our grids we use custom paging with a stored procedure in the database, we have some that are normal paging and some that are the Google style where when you scroll it automatically pages, is there a way to achieve the same functionality in the AutoCompleteBox? With having several thousand records, the item just hangs up after the first key is pressed for a minute or 2 before any results are populated.
Thanks for any help!