if(dojo._isBodyLtr()){ return e.cellNode && (e.cellX >= e.cellNode.offsetWidth - this.overResizeWidth); } return (e.cellIndex>0) && (e.cellX >= e.cellNode.offsetWidth - this.overResizeWidth) && this.prepareResize(e, -1);