Hi,
I have a website with frameset ( not iframe) . ( leftmenu, topmenu, content frame....)
with the selection from the left menu, some aspx pages load in content frame.
Here is my problem, I open radwindow from the .aspx page in the content frame in which i have a radgrid. When i close the radwindow,
i want the radgrid to be refreshed.
İ have the necessary js function, on my aspx page, and i use
GetRadWindow().BrowserWindow.refreshGrid(); while closing radwindow. But GetRadWindow().BrowserWindow returns the frameset page, not the content frame.
How can i access to the content page ???
I have a website with frameset ( not iframe) . ( leftmenu, topmenu, content frame....)
with the selection from the left menu, some aspx pages load in content frame.
Here is my problem, I open radwindow from the .aspx page in the content frame in which i have a radgrid. When i close the radwindow,
i want the radgrid to be refreshed.
İ have the necessary js function, on my aspx page, and i use
GetRadWindow().BrowserWindow.refreshGrid(); while closing radwindow. But GetRadWindow().BrowserWindow returns the frameset page, not the content frame.
How can i access to the content page ???