editNext
closes the current editor and opens one in the next cell of the row
function editNext(): void
Example
Section titled “Example”mygrid.editNext();
Details
Section titled “Details”Note that the method will work only with the enabled editable parameter:
webix.grid({ editable:true});
See also
Section titled “See also”Articles
API