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

Get RadAjaxLoadingPanel to load entire page

1 Answer 224 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 01 Sep 2009, 06:58 PM
Hi, I'm trying to get the RadAjaxLoadingPanel to make it appear as if the entire page is loading, instead of several instances of the loading image appearing where the updated control is. I just want one for the entire page. Can someone help me with this?

Thanks.

1 Answer, 1 is accepted

Sort by
0
SamJ
Top achievements
Rank 1
answered on 03 Sep 2009, 05:59 AM
HI,

Try the below loading panel for your purpose:

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Default" IsSticky="true" 
    style="position:absolute; top:0; left:0; height:100%; width:100%;"></telerik:RadAjaxLoadingPanel> 

You can also see this topics:
http://www.telerik.com/help/aspnet-ajax/ajxcenterloadingpanel.html
http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-make-a-radajaxloadingpanel-span-over-the-whole-page.aspx

I hope this can help.

SamJ









Tags
Ajax
Asked by
Bill
Top achievements
Rank 1
Answers by
SamJ
Top achievements
Rank 1
Share this question
or