if(e.cellNode && (e.cellNode==this.lastOverCellNode) && !this.isIntraNodeEvent(e, this.lastOverCellNode)){ this.lastOverCellNode = null; this.grid.onMouseOut(e); if(!this.isIntraRowEvent(e)){ this.grid.onMouseOutRow(e); } }