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

Radwindow versus browser-window

3 Answers 63 Views
Window
This is a migrated thread and some comments may be shown as answers.
Flippie
Top achievements
Rank 1
Flippie asked on 08 Apr 2009, 06:17 PM
I have noticed in the example of the Radwindow versus the browser-popup that the browser-popup fills the entire screen when maximized. but the Radwindow does not. how would one achieve the same functionallity but with the Radwindow.

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 09 Apr 2009, 07:15 AM
Hello Flippie,

Note that RadWindow is created and exist only in the context of the browser's page where it is created. That is why you cannot have only the RadWindow visible on the page - the browser will be visible as well.


All the best,
Georgi Tunev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Ivan Ruiz
Top achievements
Rank 1
answered on 13 Apr 2009, 04:54 AM
Hi, Georgi Tunev

Acording to your las comment on this tread, 

What should you I do if i need to maintain all open RadWindows after a PostBack on a page.? Is this possible with RadWidnow ?

I have a page that is performing a server action every 30 seconds and if I open several RadWindows after the postback i am losing my RadWindows created previuos to the postback.

Please any comment or suggestion on how to maintain opened RadWindows will be very helpfull for me.

Thanks in advanced

Regards
Ivan Ruiz

0
Georgi Tunev
Telerik team
answered on 13 Apr 2009, 07:26 AM
Hi Ivan,

Currently RadWindow does not support such functionality out of the box. What I could suggest is to open the windows from the server (VisibleOnPageLoad=true) and to use the client-side API to store the other needed information (resized dimensions, position, etc.) in the session between the postbacks.



Best wishes,
Georgi Tunev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Flippie
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Ivan Ruiz
Top achievements
Rank 1
Share this question
or