Save the grid editing state
var c = this.info.cell; if(this.isEditRow(inRowIndex) && (!inView || c.view==inView) && c.editor){ c.editor.save(c, this.info.rowIndex); }