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
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.