This is a migrated thread and some comments may be shown as answers.

Show progress image on RadPanel bar until Entire page is not render at panel, which set as content URL.

1 Answer 22 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
shames Khan
Top achievements
Rank 1
shames Khan asked on 31 Oct 2011, 03:16 PM

 I am going to set content url of panel bar at runtime with Jquery. Something like below


var frameURL = ‘http://msn.com’; //Example

 

var panelBar = $find("<%=this.MiddlePane1.ClientID%>");                      

 
panelBar.set_contentUrl(frameURL);

 

it’s took more time to load complete page on above panel, window look like hang.

 

Instead of that I want to show progress image, until entire page is not render at panel bar.

 

Any suggestion Guys.

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 03 Nov 2011, 02:54 PM
Hi Shames,

Did you try to use our AjaxLoadingPanel? You can see some example on our demos:
http://demos.telerik.com/aspnet-ajax/ajax/examples/loadingpanel/explicitshowhide/defaultcs.aspx

Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
PanelBar
Asked by
shames Khan
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or