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

Trying to integrate RadSkinManager chooser and MDI Demo

2 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tom M
Top achievements
Rank 1
Tom M asked on 23 Sep 2010, 02:55 PM
Greetings,

I am trying to integrate the MDI Demo and the RadSkinManager chooser functionality. The only issue I have run into so far is that when I have windows open, they dissapear when when the skin is changed. The markup for my RadWindowManager is as follows..

<telerik:RadWindowManager ID="RadWindowManagerMain" runat="server" 
                               RestrictionZoneID="center"
                               Behaviors="Close, Maximize, Minimize, Move, Resize" 
                               KeepInScreenBounds="true"                                   
                               VisibleStatusbar="false"
                               EnableShadow="true"
                               Animation="Fade"
                               AnimationDuration="300"
                               AutoSize="false"
                               VisibleOnPageLoad="false" 
                               IconUrl="../CSS/titlegraphic.gif" 
                               ShowContentDuringLoad="true"
                               OnClientDragStart="WindowDragStart"
                               OnClientCommand="OnClientCommand"
                               OnClientActivate="OnClientActivate" 
                               OnClientClose="OnClientClose"
                               EnableViewState="true"                      
                               >
    </telerik:RadWindowManager>


I'm not sure what I'm missing. Any help or insight would be much appreciated.

Kind Regards,
Tom

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 24 Sep 2010, 06:02 AM
Hello Tom,

Such behavior is expected - the RadWindows in the MDI demo are created on the client and they will be destroyed if you postback the page.

All the best,
Georgi Tunev
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Tom M
Top achievements
Rank 1
answered on 24 Sep 2010, 02:19 PM
Thank you Georgi for your response. That makes sense.

Cheers,
Tom
Tags
General Discussions
Asked by
Tom M
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Tom M
Top achievements
Rank 1
Share this question
or