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

[Solved] secong level of RadWindow bigger than First Level

1 Answer 89 Views
Window
This is a migrated thread and some comments may be shown as answers.
kachy
Top achievements
Rank 1
kachy asked on 06 Nov 2009, 07:07 PM
Hi,

I have a scenario like this. I open a small modal RadWindow of the size(300,400) from the ContextMenu of the Radgrid. I want to open a second RadWindow (size maximum possible as per the window size and resolution) when I click on the link in the first RadWindow. As I understand, when I open the second radWindow from first one, the second window is always within the first window, is it possible to open the second RadWindow with maximum screen size possible?

I am using following Javascript code to get the screen width and height and want to open the second RadWindow with this size.

w = window.screen.availWidth;

h = window.screen.availHeight;


Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 09 Nov 2009, 12:43 PM
Hello kachy,

I believe that the following help article will be of help:
http://www.telerik.com/help/aspnet-ajax/window_programmingopeningfromwithin.html


Greetings,
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
kachy
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or