Hi,
I have a RadWindowManager and open up RadWindows client-side through the manager control.
I'm not sure if I set a property wrong or what, but minimizing/restoring a radwindow causes the page inside the radwindow to postback.
Maximizing/restoring, moving, resizing the radwindow does not postback. Only minimize/restore causes a postback.
The only client event I have on the RadWindowManager is OnClientBeforeClose
This is the manager:
Any ideas?
Thanks!!!
I have a RadWindowManager and open up RadWindows client-side through the manager control.
I'm not sure if I set a property wrong or what, but minimizing/restoring a radwindow causes the page inside the radwindow to postback.
Maximizing/restoring, moving, resizing the radwindow does not postback. Only minimize/restore causes a postback.
The only client event I have on the RadWindowManager is OnClientBeforeClose
This is the manager:
<telerik:RadWindowManager ID="RadWindowManagerParent" runat="server" Animation="None" OffsetElementID="wrapper" MinimizeZoneID="DivMinimizeZone" RestrictionZoneID="TdContent" EnableTheming="true" AnimationDuration="250" DestroyOnClose="true" EnableShadow="true" IconUrl="~/Images/Blue/Window_Icon.png" PreserveClientState="true" ShowContentDuringLoad="false" ShowOnTopWhenMaximized="false" Width="1000" Height="650" VisibleStatusbar="false" ReloadOnShow="true" KeepInScreenBounds="false" Style="z-index: 2501;" Behaviors="Close,Maximize,Minimize,Move,Reload,Resize" OnClientBeforeClose="RadWindowManagerParentOnClientBeforeClose"> <Windows> </Windows></telerik:RadWindowManager>Any ideas?
Thanks!!!