Disable vertical swipe scrolling in Grid

Hi,

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.

Best regards,
Anton

Unfortunately such feature is not supported in dhtmlxgrid.

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.

Thanks,
Anton

Unfortunately there is no code in dhtmlxgrid that is responsible to the touch events.