I'm using RadWindow 2.0 with the "Vista" skin.
When opening more than one window, the non-active windows have the bottom 20% of the window missing. Activating the window again restores the whole of the window.
My RadWindows are opened using the RadWindowManager:
Any thoughts ?
Bob.
When opening more than one window, the non-active windows have the bottom 20% of the window missing. Activating the window again restores the whole of the window.
My RadWindows are opened using the RadWindowManager:
| <telerik:RadWindowManager |
| id="RadWindowManager1" |
| VisibleOnPageLoad="true" |
| DestroyOnClose="true" |
| ShowContentDuringLoad="false" |
| Skin="Vista" |
| Behavior = "Close,Maximize,Minimize,Move,Resize" |
| MinimizeZoneId="HorizontalMinimize" |
| OnClientShow = "OnClientShowRadWindow" |
| OnClientPageLoad = "OnClientPageLoadRadWindow" |
| OnClientDragStart = "OnClientDragStartRadWindow" |
| OnClientDragEnd = "OnClientDragEndRadWindow" |
| runat="server"> |
| <Windows> |
| <telerik:RadWindow ID="ModalWindow" runat="server" Behavior="None" |
| DestroyOnClose="false" Modal="true" |
| VisibleOnPageLoad="false" /> |
| </Windows> |
| </telerik:RadWindowManager> |
Any thoughts ?
Bob.