Resizing is not working in Tablet

Hi,

I am using DHTMX Grid in our application with the following features.

Sorting
Resizing
Frozen Columns

Resizing in not working in Tablet. We tried few Javascript plugins to make it works. But no luck.

Please let me know your suggestion to make it work.

Thanks,
S.Saravanan.

Unfortunately it’s not available to resize columns of the dhtmlxgrid on the touch devices.
We may only suggest you to resize the columns using the API:
mygrid.setColWidth(0,“150”);