I have a page that has several user controls in it. The page inherits from a master page, and that master page has a single RadAjaxManager control on it. Every user control has a RadAjaxManagerProxy that handles ajaxing just the child controls contained inside that user control. Everything is functional, but there is some behavior I didn't expect.
For example, like I said above, User Control 1 has it's own RadAjaxManagerProxy on it that ajaxifies a RadButton to a RadGrid. When the button is clicked in User Control 1, the RadGrid is updated as expected; however, User Control 2 is also updated (another user control on the same page with it's own RadAjaxManagerProxy). Is that behavior expected? I thought if a button was ajaxified, only the controls specified would be updated when an ajax request was initiated? So why is User Control 2 updated as well? Am I misunderstanding the functionality?
For example, like I said above, User Control 1 has it's own RadAjaxManagerProxy on it that ajaxifies a RadButton to a RadGrid. When the button is clicked in User Control 1, the RadGrid is updated as expected; however, User Control 2 is also updated (another user control on the same page with it's own RadAjaxManagerProxy). Is that behavior expected? I thought if a button was ajaxified, only the controls specified would be updated when an ajax request was initiated? So why is User Control 2 updated as well? Am I misunderstanding the functionality?