Index: dojo-release-1.3.2-src/dojox/grid/_Selector.js =================================================================== --- dojo-release-1.3.2-src.orig/dojox/grid/_Selector.js 2010-03-22 06:59:03.000000000 -0700 +++ dojo-release-1.3.2-src/dojox/grid/_Selector.js 2010-03-22 06:59:10.000000000 -0700 @@ -154,7 +154,7 @@ }, adaptWidth: function(){ // Only calculate this here - rather than every call to buildRowContent - if(!("contentWidth" in this) && this.contentNode){ + if(this.contentNode){ this.contentWidth = this.contentNode.offsetWidth - this.padBorderWidth; } },