Solved! Go to Solution.
grid.hideMessage("Loading...");
grid.showMessage("Loading...");
// loadingMessage: String // Message that shows while the grid is loading loadingMessage: "<span class='dojoxGridLoading'>${loadingState}</span>"
_fetch: function(start, isRender){ start = start || 0; if(this.store && !this._pending_requests[start]){ if(!this._isLoaded && !this._isLoading){ this._isLoading = true; this.showMessage(this.loadingMessage); } <snip>
grid.hideMessage("Loading...");
grid.showMessage("Loading...");