add a No Records template option to the Mobile Listview to handle scenarios where a datasource is empty - without having to wire in additional special logic to deal with this (common) scenario
Hi Team,
I'd like to request the Kendo UI ListView to include type ahead functionality within it's built-in API.
Thank you!
When paging is enabled, the Page Up and Down keys function as expected:
https://demos.telerik.com/kendo-ui/listview/keyboard-navigation
However, when paging is disabled and the records are on the same page, these keys do nothing, and also prevent the default Page Up and Down action of browser itself.
It would be nice if the listview in this scenario works like the combo:
https://demos.telerik.com/kendo-ui/combobox/template
Currently when using ListView with MVVM I am able to specify the "data-template" attribute of a div marked with data-role="listview" to generate a ListView control with the specified template. I can do this with a variable like data-template="${model.itemTemplate}" which will use the specified template for each listview item. However, I cannot change that template via a data bound property. I would like to have the control update the UI automatically with an observable object property. When I change the model.itemTemplate property, the UI should use respond and use the new string value to generate a new UI.
Since grid view support batch editing in client side (without postback). It would be good if List View could support batch editing in client side without postback as well. It will allow lesser server side calling.
When multiple selection is enabled on ListView, allow turning off the drag and drop box for selection. The reason is that I'd like to define my own drag options for the items in the ListView, as well as allow user selection of text within each item, which can currently only be done when selection mode is single. I would still be able to select multiple items using the keyboard modifiers with clicking.
clearSelection method for ListView should have a boolean parameter that indicates if the 'change' event should be triggered or not. At this moment the change event is triggered by default.
Allow ListView to target external elements to inject the editing template into. Currently it replaces the item inline, but it would be nice to sometimes handle editing in a modal window (such as the grid's popup editing).
Have listview with binded datasource to remote data 64 items.
Need show only 10 of them, and on custom button show 16, after again click 24. like load more button in mobile listview version. But custom button. Dont want server paging. Need all 64 items stored in one shot.
thanks for help.
Run dojo at https://dojo.telerik.com/@GaloisGirl/OFUpogiW
The ListView is not navigatable by keyboard
The ListView should be navigatable and selectable by keyboard