I am not sure what forum to post this in, but I think it is more Ajax related than RadWindow so I will post here.
I have an Ajax Update Panel which contains an ASP.net GridView, the gridview has a button that launches a RadWindow that contains a FormView, when you click insert/update on the formview is does the insert/update and closes the RadWindow.
However at this point I would also like the Update Panel (that holds the gridview) refreshed.
My RadAjaxManager looks like this:
Any ides why it is not working? I belive it is because my RadWindow closes on client side, so how do I call my ajax update using the "OnClientClose" of the RadWindow?
I have an Ajax Update Panel which contains an ASP.net GridView, the gridview has a button that launches a RadWindow that contains a FormView, when you click insert/update on the formview is does the insert/update and closes the RadWindow.
However at this point I would also like the Update Panel (that holds the gridview) refreshed.
My RadAjaxManager looks like this:
| <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="winContact"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="rapListings"></telerik:AjaxUpdatedControl> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
Any ides why it is not working? I belive it is because my RadWindow closes on client side, so how do I call my ajax update using the "OnClientClose" of the RadWindow?