I am following this demo:
http://demos.kendoui.com/mobile/scrollview/custom-template.html#/
What I am not able to figure out is how to bind a Tap event either after the new pages are rendered.
$('.batch-page .gallery-page .tile').kendoTouch({tap: function (e) {
alert('Hello")
}});
Normally I would just jquery's live on method, but I need the kendo tap binding.
http://demos.kendoui.com/mobile/scrollview/custom-template.html#/
What I am not able to figure out is how to bind a Tap event either after the new pages are rendered.
$('.batch-page .gallery-page .tile').kendoTouch({tap: function (e) {
alert('Hello")
}});
Normally I would just jquery's live on method, but I need the kendo tap binding.