for(var i=inKeys.length-1; i>=0; i--){ dojox.grid.arrayRemove(this.data, inKeys[i]); } this.count -= inKeys.length; return true;