Grid tabbing within single column

I have a grid with two columns. Column 1 is labels, column 2 is editable data. So I am using the grid like a form. Currently when the user edits a field they have to hit TAB twice to get to the next field. The first TAB takes them down and to the left one, focusing the label, the second TAB moves them over to the editable cell. I want the TAB to only select cells in the second column which contains the editable fields.



I tried setTabOrder(‘2’) (and g_grid.setTabOrder(‘1’) in case it was 0 indexed), but that results in no tab functionality at all. I think that is a bug - tabbing should still go to appropriate row cell even if only one column can be tabbed to.



Another potential solution would be an option to only allow tabbing to editable cells.

I tried setTabOrder(‘2’)
In current version command can be used only if indexes set for all columns, we will update it in next version.


>>Another potential solution would be an option to only allow tabbing to editable cells.
Please check
    dhtmlx.com/docs/products/kb/inde … 20readonly