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

Update RadAjaxPanel from rad window

1 Answer 63 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Nannu
Top achievements
Rank 1
Nannu asked on 11 Aug 2011, 08:26 PM
Hi,
Im new to telerik control, One of the requirement we got is to open  a radWindow , radwindow is present inside radAjaxpanel.
RadWindow should  be open up on Click of html button.Im successfully till that part, Now radwindow contains a treeview aong with ASO.NET button "OK" and cancel html button. On Click of Cancel radwindow as to close and dont refresh parent radajaxpanel. When the user clicks on "OK" server side functionality to performed and update the parent radajax panel. Can anytell me how to perform

I tried adding javascript 

 function OnClientClose()
{
    $find("<%=radPanel.ClientID%>").ajaxRequest("Rebind");
}

In the radAJAXPANEL  i added OnAjaxRequest but nothing is working
-Mahender

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 16 Aug 2011, 12:50 PM
Hello Nannu,

I have followed your scenario and prepared a sample project for you demonstrating how the desired functionality can be implemented. You can find it attached to this post.

I hope it helps.

All the best,
Mira
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Ajax
Asked by
Nannu
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or