I have a grid with a filter row. Same as in this demo : http://demos.telerik.com/kendo-ui/grid/filter-row
In the 'Ship Name' field in the demo, as you type into the filter, it will show suggestions (matching values) in a dropdown. This is a nice feature. After typing and opening the suggestion dropdown, if you backspace and remove everything you typed, it will ultimately show suggestions with no filter, showing every possible value. This is existing functionality and works great.
What I'd like is to show the suggestion dropdown with all values when you initially focus on the filter box. As soon as you click an empty filter box, it would show the suggestions dropdown will all values. My data is local so performance is not an issue. Is this possible?
Thanks,
Peter
In the 'Ship Name' field in the demo, as you type into the filter, it will show suggestions (matching values) in a dropdown. This is a nice feature. After typing and opening the suggestion dropdown, if you backspace and remove everything you typed, it will ultimately show suggestions with no filter, showing every possible value. This is existing functionality and works great.
What I'd like is to show the suggestion dropdown with all values when you initially focus on the filter box. As soon as you click an empty filter box, it would show the suggestions dropdown will all values. My data is local so performance is not an issue. Is this possible?
Thanks,
Peter