Hi Rahul,
If I understand your scenario you have the following setup :
- Main window (browser's window)
- A
RadWindow with name WindowA that is child of the browser's window
- A
RadWindow with name WindowB that is child of the WindowA
And you need to refresh the browser window from the WindowB.
If I am correct you can use this script on the content page opened inside the WindowB :
Please note that the
GetRadWindow() function should be declared on every page that is opened inside a
RadWindow.
I hope this helps.
Sincerely yours,
Fiko
the Telerik team