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

[Solved] Communication between page and radwindow

1 Answer 164 Views
Window
This is a migrated thread and some comments may be shown as answers.
franchute
Top achievements
Rank 1
franchute asked on 07 Apr 2008, 07:41 PM
Hi guys,
I have the following situation
I have a page Page1.aspx which loads a table (Table1) by codebehind from a DataSet. This page has a button which opens a Radwindow
within a second page. I manually modify the dataset from the radwindow page and after that I would like to throw an event (or
something like that) to Page1 in order to update Table1.
Is there any way to achieve this ?
Table1 is a simple table, not any grid

Thanks,

François

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Apr 2008, 08:46 AM
Hi François,

Since the RadWindow control shows a content page (different from the parent one) and acts just like the standard browser's popup or the IFRAME element, the communication between the content and the parent page should be done on the client by using Javascript.
This being said, I would suggest to implement the desired logic not by using RadWindow but a browser's popup (window.open()). Once you have your code working as expected, you can easily replace the popup with RadWindow and your code will work then as well.


Greetings,
Georgi Tunev
the Telerik team

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