Using dhtmlxgrid_keymap_access is it possible to skip read o

Hi,



Using access keymap is it possible to skid the read only column/cells and focus on the next editable cell when the enter key is pressed?



gridNumeroSerie.setColTypes(“ro,edncl,ro,edncl,ro”);



So when pressing enter it wouldn’t stop on the ro column.



Thank you.

You can use
mygrid.enableEditTabOnly(true)

It works for all keymaps