Is it possible to disable vertical swipe scrolling (on mobile devices) in the DHTMLX Grid? Similar to what was requested here for Scheduler: viewtopic.php?f=6&t=37412, yet I can’t find touch_events in the grid code, so can’t investigate further.
The issue with swipe is that it intercepts page scrolling, and is very inconvenient for some situations.
It would be great to have an API option for such things, of course.
Can you at least tell me what part of code is responsible for handling touch events? Swipe-scrolling isn’t available in desktop, yet on mobile screen it competely intercepts any attempts at scrolling the page.