Greetings,
I am trying to integrate the MDI Demo and the RadSkinManager chooser. The issue I am currently facing is that when windows are open and I change the skin, the windows dissapear. The RadSkinManager mark-up for the window manager is...
I am not sure what I am missing or if I should expect this to work at all? Any help or insight would be greatly appreciated.
Kind Regards,
Tom
I am trying to integrate the MDI Demo and the RadSkinManager chooser. The issue I am currently facing is that when windows are open and I change the skin, the windows dissapear. The RadSkinManager mark-up for the window manager is...
<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 am not sure what I am missing or if I should expect this to work at all? Any help or insight would be greatly appreciated.
Kind Regards,
Tom