Hi all,
I have a RadAjaxLoadingPanel in MasterPage as below :
And here is its CSS :
In Content Page :
The sample link is http://www.telerik.com/help/aspnet-ajax/ajax-center-loadingpanel.html.
In this link RadAjaxManager is on MasterPage but in my Web app each page has its own RadAjaxManager.
How can I set this LoadingPanel in the center screen for all pages ?
Regards,
Phuc
I have a RadAjaxLoadingPanel in MasterPage as below :
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" IsSticky="true" Skin="Default" CssClass="modalBackground"> <div class="updateProgress"> <asp:Image ID="imgLoading" runat="server" ImageUrl="~/Styles/Images/ajax-loader2.gif" /> <span class="updateProgressMessage">Loading...</span> </div></telerik:RadAjaxLoadingPanel>And here is its CSS :
.modalBackground{ background-color: Gray; filter: alpha(opacity=60); opacity: 0.60;}.updateProgress{ border-width: 1px; border-style: solid; background-color: #FFFFFF; position: absolute; width: 250px; height: 50px;}In Content Page :
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1">..............</telerik:RadAjaxManager>The sample link is http://www.telerik.com/help/aspnet-ajax/ajax-center-loadingpanel.html.
In this link RadAjaxManager is on MasterPage but in my Web app each page has its own RadAjaxManager.
How can I set this LoadingPanel in the center screen for all pages ?
Regards,
Phuc