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?