if(e.cellNode && (e.cellNode!=this.lastOverCellNode)){ this.lastOverCellNode = e.cellNode; this.grid.onMouseOver(e); } this.grid.onMouseOverRow(e);