Hello Folks,
I do know that the AutoCompleteBox has been designed to display its DropDown upon a user entry and not before. But this behavior does eventually create a little confusion when the user has no idea what the possibilities are. Therefore I would like to achieve the following functionality:
- Populate the dropdown immediately with a maximum of 100 elements
- Display the dropdown at load time after being populated with the 100 elements
- Upon user entry, the filtering should happen on all possible elements, not only the 100 elements that were preloaded
I am aware that the RadComboBox with the LoadOnDemand event could come close to the solution,... but close isn't enough. I would really like to use the AutoCompleteBox. Any idea how to achieve this ?
Thanks