Hello
i am having a normal aspx which contain splitter control.inside that am using<radspl
:RadPane
ID
="rpTaregetWindow"
runat
="server" ContentUrl="DefaultTarget.aspx">
Scrolling="Both">
</radspl:RadPane>.my page is populating inside this radpane inside(DefaultTarget.aspx page).
my page which contain a rad grid .on clicking on edit am popuping a new rad window for edit update function.after performing the task .i can close the window by GetRadWindow().Close(); on click of save/cancel.
my requirement is to reload the parent page(normal aspx page not rad window) with reload of grid with previous update that we have made in popup (child.this was not happening for my case.
if any one can help me, please reply as soon as possible
Thanks Regards
Mathews Baby