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

Reloading Parent page from RadWindow

1 Answer 125 Views
Window
This is a migrated thread and some comments may be shown as answers.
Billu
Top achievements
Rank 1
Billu asked on 27 Jun 2008, 09:45 AM
Hello,

I have a page in which there is IFRAME. Within IFRAME there is page with a button and RadtreeView control. On clicking the button RadWindow opens. The RadWindow has RadTreeView with a Copy Button. On clicking Copy button the RadWindow closes. But also want to reload the RadTreeView of the opener page in IFRAME.

Please tell me how to reload the RadtreeView on opener page in IFrame or reload the page in IFRAME?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 27 Jun 2008, 03:58 PM
Hi Billu,

I believe that the following demo will be of help:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Window/Examples/CommunicationBetweenRadWindows/DefaultCS.aspx
There you can see how you can communicate between RadWindows (RadWindow is basically an IFRAME and it behaves like one).

As for updating the treeview, you need to wrap it in Ajax panel and then to update it via its API. This approach is used in the Window Editing demo for RadGrid and RadWindow.



Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Billu
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or