Implementing Autocomplete as a hideable listview (demo included)
问题 The start page of my application will have a search box, and a list of useful links below the searchbox (favorites etc) When someone types text in the searchbox, I want the favorites to disappear, and only the search results to be visible. I've implemented a proof of concept here using a mobile list view: $("#local-filterable-listview").kendoMobileListView({ dataSource: dataSource, template: $("#mobile-listview-filtering-template").text(), filterable: { field: "ProductName", operator: