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..
I'm not sure what I'm missing. Any help or insight would be much appreciated.
Kind Regards,
Tom
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