I am trying to allow the touch events in mobile view to NOT have the scheduler take over the screen because once it does a drag no longer moves the page up/down and it ends upstopping the viewer from seeing controls outside of the schedule that are for filtering the dataset. How can I get the events to allow page scrolling when over the scheduler? I have tried using the kendoTouch to do a scroll based on the e.touch.y.position and it works except the scheduler fights it to set it as the 0 point. We need to keep the scheduler from fighting the kendoTouch events.