This is a migrated thread and some comments may be shown as answers.

Kendo Touch filter documentation

1 Answer 68 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 20 Dec 2013, 01:25 AM
The online demo for listiew editing (here)  lists the following code:


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
})}
However there is no documentation for the the filter parameter in the api documentation.  Please provide some documentation for it.


1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 20 Dec 2013, 11:42 AM
Hello Mark,

Thank you for bringing this to our attention.
The filter configuration has been added in the API reference:

Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or