editNext
closes the current editor and opens one in the next cell of the row
function editNext(): voidExample
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