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

[Solved] rebind grid after closing the child rad window

1 Answer 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mathews
Top achievements
Rank 1
Mathews asked on 26 Jun 2008, 09:51 AM

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


1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 27 Jun 2008, 04:30 PM
Hello Mathews,

I assume that you are using RadControls for ASP.NET, not the RadControls for ASP.NET AJAX.

I suggest to examine this online demo which shows how to implement the desired scenario by using an ajax request when the RadGrid and the RadWindowManager are on the same page.

In case they are not, please examine this KB article which explains referencing content page in a splitter pane from the parent page and vice versa.

Let me know if you need further assistance. 


Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Mathews
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or