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