-
Robert
8
posts
Member since:
Jun 2012
Posted 19 Oct 2012
Link to this post
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?
-
-
Robert
8
posts
Member since:
Jun 2012
Posted 19 Oct 2012
Link to this post
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.
-