Hello,
I have a small problem with using Telerik Ajax in a dynamically loaded uses control.
In the beginning the page had 3 user controls with Ajax and all of them were loaded at runtime. Everything was working as expected. The main page had a RadAjax Manager and the user controls had RadAjax Manager Proxy controls on them.
After implementing the user control loading thru Ajax based on this http://www.telerik.com/help/aspnet/ajax/ajxloadusercontrols.html. There were no more changes to the main page.
Now when I click on a control inside user control that should update something in the same user control with the help of Ajax my entire user control just disappears from the page completely without any errors, or execution of the code in the user control.
What have I forgotten to add/modify in the page to make it work?
Thank you for your time