if(!dojox.grid.drag.dragging){ if((this.overRightResizeArea(e) || this.overLeftResizeArea(e)) && this.canResize(e)){ this.beginColumnResize(e); }else{ this.grid.onMouseDown(e); this.grid.onMouseOverRow(e); } //else{ // this.beginMoveColumn(e); //} }