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

RadWindow not displaying in dual monitors

3 Answers 87 Views
Window
This is a migrated thread and some comments may be shown as answers.
reynald lawrence
Top achievements
Rank 1
reynald lawrence asked on 06 Nov 2009, 07:44 AM
Hi there!

I have a link that displays a RadWindow, but when I tried to extend it to display in my extension monitor it doesn't show up, it somewhat extending the page horizontally in the primary monitor.

Is there a way to change its properties  or a script to make it display in the extension monitor?

Hope I can find a solution for this topic.


Here's my script in my sample webproj:

markup:

        <telerik:RadWindowManager ID="WindowManager" runat="server">
            <Windows>
                <telerik:RadWindow ID="RadWindow1" NavigateUrl="Default2.aspx" runat="server" />
            </Windows>
        </telerik:RadWindowManager>
        <a href="javascript: openWindow();">RadWindow</a>
       
        <script type="text/javascript">

            function openWindow() {
                radopen('<%= ResolveUrl("~/Default2.aspx") %>', "RadWindow1");
        
            }
         </script>



Regards,

Reynald.



3 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 06 Nov 2009, 08:15 AM
Hello Reynald,

RadWindow exists in the context of the page from which it was called - it cannot be moved outside the browser window.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
reynald lawrence
Top achievements
Rank 1
answered on 06 Nov 2009, 09:20 AM
Hi Georgi,

Thanks for the information of RadWindow's behavior, it's been really helpful. Just a follow-up inquiry related to the topic is there a way to lock the RadWindow within the context of the page, so that the browser will not extend horizontally/vertically when dragging the RadWindow upwards and downwards?

Many Thanks,

Regards,

Reynald.
0
Georgi Tunev
Telerik team
answered on 06 Nov 2009, 09:55 AM
Hi Reynald,

I'm afraid this is not possible. RadWindow has a Restriction Zone functionality, however the restriction zone is fixed - e.g. once it is set, it cannot be moved.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
reynald lawrence
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
reynald lawrence
Top achievements
Rank 1
Share this question
or