Skip to content

editNext

closes the current editor and opens one in the next cell of the row

function editNext(): void
mygrid.editNext();

Note that the method will work only with the enabled editable parameter:

webix.grid({
editable:true
});

Articles

API