Go Next Cell without arrow down key

hi

I’d like know, if exist any way to go next cell in DhtmlxGrid in edition mode, after write value in a previous cell without press arrow down key or enter, a automatic way…Thanks

There is no public API
If necessary you can trigger the handler for specific hotkey

grid._key_events.k9_0_0.call(grid); //tab

Thanks, work it!!