Move to next cell in datatable

Hello

Feature require in my project is once enter anything in cell cursor should move into next cell . It does move to next cell using datatable.select(rowed,column) but it select the cell and not open it in edit mode. Opening in Edit mode is something I want to achieve. I have tried using datatable.editcell() but its not working. I am not sure if any other event is causing editor to close. I have beforeedit and afteredit events on the datatable.

Is there any solution to this ?

Check the next example

http://webix.com/snippet/fb1f7ae3

It uses the similar code. Please beware that editCell command requires cell position. editCell is not related to the selection API.