Is there a client-side event for when a RadPageView has finished loading? What I'm looking to do is when a RadTab is clicked for the specified RadPageView, I want to display a "loading..." message while the RadPageView's contentURL loads then hide it once the loading has finished.
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 06 Aug 2015, 12:49 PM
Hello,
There is no such event for the RadPageView, however, if you want to display a loading image when clicking on the tabs during the PageViews content loading you can do so by using RadAjaxManager and RadLoadingPanel controls. The AjaxManager will Ajax-enable the RadTabStrip and the image added to the LoadingPanel will be displayed when the PageViews are updated. The following code snippet shows an example:
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items