Focus on editable cells

Hello,

I am using Dhtmlx PRO version 2.5.

Is there a way to navigate through a grid (From L to R and from Top to bottom) with the TAB key but ONLY on editable cells??

Thanks in advance

You can use enableEditTabOnly() method:

mygrid.enableEditTabOnly(true);