touchScroller
Enables kinetic scrolling on touch devices
Example
<div id="scrollable" style="height: 200px">
Scrollable
<div style="height: 1000px">content</div>
</div>
<script>
kendo.touchScroller($("#scrollable"));
</script>
Parameters
element String|jQuery|Element
The container element to enable scrolling for.