hi,
i am using Rdxmanger in one user control.
There is one page which contains this user control called "Page1.aspx"
In that page there is RadGrid.
For editing rows in radgrid i am using radwindow pop.
When i update date and closed rad window i wan to bind radgrid using radajaxmanger rebind method.
My control name is UserFilter1.
here is the method i am access in in my page 1.
Please get back to me as soon as possible.
Thanks.
i am using Rdxmanger in one user control.
There is one page which contains this user control called "Page1.aspx"
In that page there is RadGrid.
For editing rows in radgrid i am using radwindow pop.
When i update date and closed rad window i wan to bind radgrid using radajaxmanger rebind method.
My control name is UserFilter1.
here is the method i am access in in my page 1.
function RebindGrid()
{
$find("<%= UserFilter1_telerikjaxManagerUser1.ClientID %>").ajaxRequest("Rebind");
}
Is there any other way to access this in page.Please get back to me as soon as possible.
Thanks.