This question is locked. New answers and comments are not allowed.
Using Ajax binding with client caching enabled (the default), the AutoComplete control shows wrong matches when typing a subset of a previously typed value.
Expected result: show all items that start with "a" (eg "Alice Mutton", "Aniseed Syrup")
Actual result: only shows items that start with "al" (eg only "Alice Mutton")
Demo available at http://demos.telerik.com/aspnet-mvc/combobox/ajaxloading (under "AutoComplete").
- Quickly type some multi-char text, eg "al". The Quickly part is to ensure a single ajax request instead of one per char typed.
- Backspace to clear the field.
- Type only a subset of what was typed in step 1, eg "a"
Expected result: show all items that start with "a" (eg "Alice Mutton", "Aniseed Syrup")
Actual result: only shows items that start with "al" (eg only "Alice Mutton")
Demo available at http://demos.telerik.com/aspnet-mvc/combobox/ajaxloading (under "AutoComplete").