The online demo for listiew editing (here) lists the following code:
However there is no documentation for the the filter parameter in the api documentation. Please provide some documentation for it.
function listViewInit(e) { e.view.element.find("#list-edit-listview").kendoMobileListView({ dataSource: dataSource, template: $("#itemTemplate").html() }) .kendoTouch({ filter: ">li", enableSwipe: true, touchstart: touchstart, tap: navigate, swipe: swipe });} touchstart: touchstart,
tap: navigate,
swipe: swipe
})}