RadChart has a NoData control to show that the data is still loading:
http://www.telerik.com/help/wpf/radchart-features-no-data-control.html
How can the same be achieved for RadGridView? My grid shows up immediately but it takes a while for the data to bind since I am running my database job in the background. Basically, it shows an empty grid for a long time while my database query is running. While it is doing this. I want to show "Loading data..." like I can do with the NoData Control for RadChart. How can I achieved this?
http://www.telerik.com/help/wpf/radchart-features-no-data-control.html
How can the same be achieved for RadGridView? My grid shows up immediately but it takes a while for the data to bind since I am running my database job in the background. Basically, it shows an empty grid for a long time while my database query is running. While it is doing this. I want to show "Loading data..." like I can do with the NoData Control for RadChart. How can I achieved this?