I'd like to show a loading message (Loading...) that shows while the datagrid is being populated.
It would show when the search button is clicked and disappear when the grid results have populated.
I've seen a few possible options including dojox.widget.Standby however, it looks like there is something that is already embedded in the dojox.grid.DataGrid
I can't find any documentation on how to access it or show it in my app except for a span tag:
<span class="dojoxGridLoading">Loading...</span>
Anybody had any luck inserting a loading message in their app? I can place the tag in the html but it doesn't have the necessary elements to only show up on click of the search button and disappear when the search is complete.