I have a combobox whose datasource is a Linq list.
I am looking for the following behaviour:
1. Must allow user to type the text (visually see what he/she is typing).
2. Typed text must be suggested in the dropdownlist if matches if not dropdown must not be shown and the typed text must be set to empty.
I used autocomplete Mode but none of the settings allow us to have both the above fetures together.
Please suggest a better solution.