Hi,
If I have a grid with pinned columns, horizontal scrolling, and is longer than the viewport, you can’t touch scroll vertical if you touch within the grid. Whenever touching within the grid you can only vertical scroll.
This makes it impossible for the user to scroll down if the entire grid is taking up the viewport.
Is there anyway to also allow vertical scrolling of the viewport as well as horizontal scrolling of the grid (with pinned columns)?
One way to reproduce it is to go to the pinned columns demo on a mobile device:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/pinnedcolumns.htm
And zoom in so the grid is longer than the viewport.
Then you can see you can’t scroll down when touching within the grid, only left and right.
Cheers,
Kelly