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

RadWindow always available in the application

2 Answers 31 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ria
Top achievements
Rank 1
Ria asked on 10 Jul 2013, 11:05 AM
Hello,

Is it possible to create a RadWindow which will be always available in the application, so that if I will naviguate from the parent page to anothor page in the application, the RadWindow will not disappear ?

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 10 Jul 2013, 11:28 AM
Hi Ria,

RadWindows are rendered with JavaScript and if the entire page is disposed the RadWindow will go, too.
You can have sort of a static popup if you are using a common master page and declare that RadWindow there. Setting its VisibleOnPageLoad property to true will make it show up after each postback with the designated NavigateUrl loaded in it.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Ria
Top achievements
Rank 1
answered on 10 Jul 2013, 01:44 PM
Thanks for the response Marin, maybe it is easier to create a new window rather that RadWindow :

Page.ClientScript.RegisterStartupScript(Me.GetType(), "New Window", windowScript, True)

Regards,
Ria.
Tags
Window
Asked by
Ria
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Ria
Top achievements
Rank 1
Share this question
or