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

[Solved] Ajaxmanger in UserControl

1 Answer 74 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Shrirang
Top achievements
Rank 1
Shrirang asked on 26 May 2009, 01:23 PM
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.

 

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.




1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 26 May 2009, 02:49 PM
Hello Shrirang,

Review these online resources to understand how to modify the code to make it operational with RadControls for ASP.NET AJAX:
Grid/ Window Editing
Using RadWindow for editing/inserting RadGrid records

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Shrirang
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or