Index: dojo-release-1.3.2-src/dojox/grid/DataGrid.js =================================================================== --- dojo-release-1.3.2-src.orig/dojox/grid/DataGrid.js 2009-10-29 16:22:15.000000000 -0700 +++ dojo-release-1.3.2-src/dojox/grid/DataGrid.js 2009-10-29 16:22:18.000000000 -0700 @@ -97,12 +97,7 @@ }, _onNew: function(item, parentInfo){ - var rowCount = this.attr('rowCount'); - this._addingItem = true; - this.updateRowCount(rowCount+1); - this._addingItem = false; - this._addItem(item, rowCount); - this.showMessage(); + this._refresh(); }, _onDelete: function(item){