I have a Master Page with a RadAjaxManager. Then I have an ASPX Content Page with a RadAjaxManagerProxy. This page has a Panel control that contains a User Control. The User Control also has a RadAjaxManagerProxy.
I have the Panel on the aspx page as an updated control in the RadAjaxManagerProxy for a Button.
What happens is any updates in the ASCX Control cause the Updated Controls in its RadAjaxManagerProxy to disappear.
I have reproduced this with Firefox 3 and IE8.
Master Page:
ASPX Page:
ASPX Code Behind:
ASCX Page:
ASCX Code Behind: