grid.hideMessage("Loading...");
grid.showMessage("Loading...");
_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>
// loadingMessage: String // Message that shows while the grid is loading loadingMessage: "<span class='dojoxGridLoading'>${loadingState}</span>"
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.