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

RadWindow Loading Panel

2 Answers 146 Views
Window
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 13 May 2015, 11:48 PM

Greetings,

I have applied a site-wide skin in my web.config file like so:

<appSettings>

   <add key="Telerik.Skin" value="Default" />
</appSettings>

 

I have specified a loading panel in my master page(s) like so:

<telerik:RadAjaxLoadingPanel runat="server" ID="MainLoadingPanel" CssClass="load-panel" IsSticky="true" Skin="Metro" />

 

Please note the difference in skins. My objective is to have all loading panels observe the Metro skin while all other controls side-wide observe the Default skin. As it currently stands, the Default skin is applied to the loading panel when opening a Rad Window.  All other actions display the Metro loading panel as desired - it's only the loading panel that is visible when opening a Rad Window that fails.  What am I doing wrong?

 Many Thanks,

Paul

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 14 May 2015, 08:36 AM

Hi Paul,

The loading sign a RadWindow displays is tied to its own skin, it is not a RadAjaxLoadingPanel, so the easiest way is to use the Metro skin for the RadWindow as well. If this does not fit your design requirements, follow this KB to change the loading sign to you own image: http://www.telerik.com/support/kb/aspnet-ajax/window/details/custom-loading-sign-for-radwindow. I am attaching here the metro loading signs for your convenience.

Regards,

Marin Bratanov
Telerik
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
0
Paul
Top achievements
Rank 1
answered on 14 May 2015, 11:33 AM
Thank you, Marin.  You've been most helpful.
Tags
Window
Asked by
Paul
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Paul
Top achievements
Rank 1
Share this question
or