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

[Solved] nested ajaxification in grid control

1 Answer 137 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Majid
Top achievements
Rank 1
Majid asked on 20 May 2009, 12:12 PM

Hi there,

I use a UserControl in my RadGrid control for Edit and Adding new items. in my usercontrol I use RadAjaxManager to ajaxify one button control in the usercontrol.ascx page.

Also I have a RadAjaxManager in my aspx page (where my grid ontrol exists) to ajaxify the Edit, Update, AddNew and ... for my grid control. now I can not have the effect of the ajax manager in my usercontrol when I click that button in usercontrol.

any idea?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 May 2009, 12:03 PM
Hi Majid,

RadAjax for ASP.NET AJAX Manager allows a single instance of the control on the same page only. One cannot place manager in the main page and second instance inside a user control anymore. 
RadAjaxManagerProxy control can be added inside a WebUserControl and configured the same way as the manager to AJAX-enable the user control.

More information about RadAjax and WebUserControls is available in the following articles:
Help topic
Demo

Greetings,
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
Majid
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or