Grid: adjust column widths on touchscreen

I’m using DHTMLX Grid. Is there a way for users to adjust the widths of columns using a touchscreen e.g. iPad?

Hello.

You may try to call the adjustColumnSize() method:
https://docs.dhtmlx.com/api__dhtmlxgrid_adjustcolumnsize.html
from some other actions.

Hi Sematik. What actions do you recommend? Really I would expect this to be handled in the control itself, but is there an touch event for the dividers between columns?

You may try to add some buttons on your page or the custom icons inside the grid header and call the adjustColumnSize() on its clicking.