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

How to do refresh in paret window?

1 Answer 64 Views
Window
This is a migrated thread and some comments may be shown as answers.
cristina
Top achievements
Rank 1
cristina asked on 29 Jul 2008, 02:28 PM
Hi,
i am using "window.radopen()" for open a new page aspx,
i want to know how can i do to refresh in master page when i close popup page ?

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 31 Jul 2008, 03:10 PM
Hi Cristina,

I suggest to implement a javascript function on the main page, which refreshes the browser and then execute it from the RadWindow. Let's assume that the refresh function is called RefreshMainPage() - it is placed on the main page. In order to execute it from the RadWindow, you should first reference the main page's window object and then call it as shown below:

 GetRadWindow().BrowserWindow.RefreshMainPage();  
 


Regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
cristina
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or