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>"
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.