if(dojo.indexOf(this._currentlyProcessing, item)!= -1)return;
// the store has deleted some item under us, need to remove that item from// the view if possible. It may be the deleted item isn't even in the grid.var rowId = this._getRowId(item, true);
if(rowId != null){this._removeItems([rowId]);
}