Hello, GridView has internally a BusyIndicator that is used when the DataLoadMode is set to Asynchronous.
Is there a possibility to display it at will? This would be nice to display while we wait for the web service to return the data to populate the grid view.
Patrick