if(!e.cellNode || e.cellNode.colSpan > 1){ return false; } var cell = this.grid.getCell(e.cellIndex); return !cell.noresize && !cell.isFlex();