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

Javascript RadAlert doesn't obey skin set in RadWindowManager

3 Answers 78 Views
Window
This is a migrated thread and some comments may be shown as answers.
bemara57
Top achievements
Rank 1
bemara57 asked on 24 Apr 2008, 05:15 AM
I have a RadAlert that I call with Javascript that I can't change the skin to. In my aspx page I have this Javascript called:

<script>
radalert('This is a test message.');
</script>

In the Master Page of the aspx page I have a RadWindowManager like this:

<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="WebBlue"/>

The radalert continues to use the "Default" skin and don't know why. How can I change it in this case?

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 25 Apr 2008, 11:47 AM
Hello Basem,

I tried to reproduce your problem but without avail - the alert I get is with the WebBlue skin and not with the Default one. Please, make sure that you do not have another RadWindowManager declared earlier on the page, before this one. Another possible reason is to have a RadWindowManager in your ContentPlaceHolder, its settings will take priority.

In case this does not help you, please, open a support ticket and send us a sample project which reproduces the issue.

Regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Wired_Nerve
Top achievements
Rank 2
answered on 10 Feb 2015, 04:07 PM
Was there ever any resolution to this problem...?
0
Marin Bratanov
Telerik team
answered on 10 Feb 2015, 05:04 PM

Hi,

This is not a known problem and what Svetlina suggested is the only known reason for such a problem at this point. You can read more details about troubleshooting the case when you have multiple RadWindowManagers and the incorrect one is used in the following article: http://www.telerik.com/help/aspnet-ajax/window-troubleshooting-wrong-window-opened.html.

If this is not your case, I advise opening a ticket where you can send us a sample we can run and observe the problem, so we can assist with such a peculiar case.

Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Window
Asked by
bemara57
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Wired_Nerve
Top achievements
Rank 2
Marin Bratanov
Telerik team
Share this question
or