Tabbing in Grid

I have a grid with the last row’s cells all set to ‘ro’. When I tab from the last cell in the second last row it does not move to the last row. However if I click in a cell in the last row then the row is selected although I can’t edit anything.

I want to be able to have the last row selected when I tab from the last cell in the second last row. The reason is I want the ‘onBeforeSelect’ to be fired when I tab. Please can you tell me how to do this.

Thanks

Unfortunately we cannot reproduce this issue at the latest version of dhtmlxGrid. What version of grid are you using?

Hi Olga I’m using Ver 2.6 Pro. Are you saying that at your end when you tab from last cell it DOES select the next row even if ALL the cells in the next row are ‘ro’?

Yes, it is. Any change are you using enableEditTabOnly(true) ?

Thanks Olga. I was using enableEditTabOnly(true). This has now resolved the problem.