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

Display Issue with RadWindow

1 Answer 103 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 02 Mar 2009, 02:54 PM
Hi,

I have an issue with a maximised RadWindow.   I am programattically adding a RadWindow to the WindowManager described below.  

     <telerik:RadWindowManager ID="ucRadWindowManager" runat="server" RestrictionZoneID="divRadZone" 
         KeepInScreenBounds="true">  
         <Windows> 
            <telerik:RadWindow ID="RadWindow1" runat="server">  
            </telerik:RadWindow> 
         </Windows> 
      </telerik:RadWindowManager> 

When I open the window, I am opening it maximised.  When the RadWindow opens, the parent window underneath adjusts itself and the width and height of the page both extend beyond 100%, which means that scroll bars appear on both axis. 
When using the built-in 'Close' in the corner of the RadWindow to close, the parent window adjusts itself and the scroll bars disappear.  However, when using a button in the RadWindow as a mean of closing, the readjustment of the parent window does not occur and you are left with scroll bars and part of the parent page has now extending beyond 100%.

This only occurs when the RadWindow is opened maximised.

I am closing the RadWindow using this code :

      function GetRadWindow() {  
         var oWindow = null;  
         oWindow = window.frameElement.radWindow;  
         return oWindow;  
      }  
 
         GetRadWindow().close();  
     

In an attempt to combat this issue I am trying to utilise a restriction zone for the RadWindow.

I have the DIV for the RestrictionZone set up as follows :

<div id="divRadZone" style="position: absolute; left: 0px; top: 40px; width: 800px; height:400px; z-index:0;"

This works fine, with one important and serious limitation.  The div appears over a RadTree, and the + symbols are not able to be clicked through the DIV.  The node names can be clicked, just not the '+' expanding icon.

As you can see, I have 2 issues here, a solution to either would be fantastic!

Regards,

Sean Duffy

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 05 Mar 2009, 09:21 AM
Hello Sean,

Could you please open a support ticket and send me a small sample project where the problem could be reproduced?
I am asking you this because the code that you posted seems fine and I cannot reproduce the problem locally - I suspect that the reason for it is in the way how RadWindow is opened or some global style on that page, but without having a better view over your  case, I cannot be sure.

Thank you in advance for your cooperation.

Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Sean
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or