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

Reload grid in RadWindow1 when RadWindow2 closes

1 Answer 32 Views
Window
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 19 Oct 2012, 11:00 AM
Hi!
I have a page that opens a radwindow with a radgrid.
When I click a row in the grid, I open another radwindow with the details.
When i save the details and close that second window, I want the grid to reload.

Both RadWindows are in a RadWindowManager on the main page, so any OnClientClose event ends up there.
Is there any way to access the first radwindow and refresh the grid from the parent page, or add a listener to it so it knows when the second window closes?

1 Answer, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 19 Oct 2012, 11:43 AM
I have managed to reload the entire window.

When second window closes, I call the client function that opens the first window again, and it opens it in the same iFrame.
Tags
Window
Asked by
Robert
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Share this question
or