Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by David Charron on Nov 13, 2008 10:45
open dhtmlx forum
Using dhtmlxgrid_keymap_access is it possible to skip read only column

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.
Answer posted by Support on Nov 14, 2008 02:08
You can use 
     mygrid.enableEditTabOnly(true)

It works for all keymaps