I thought I'd post this to possibly help those with the same issue and not loose a day as I did.
Error: Sys.InvalidOperationException: Could not find UpdatePanel with ID
The scenario...
A page with 3 usercontrols
the user controls contain radgrids, radwindows for editing records in the grids and other controls.
The RadAjaxManager is on the aspx page with RadAjaxProxies on the ascx pages.
Even if you do not have an updating event to one of the 3 usercontrols, you must include a RadAjaxProxy without any AjaxSettings or you may experience this error. It is my belief that once a AjaxManager is placed and Proxies on the content controls, all content controls need a proxy.
Can someone from Telerik confirm this?
Thanks
Error: Sys.InvalidOperationException: Could not find UpdatePanel with ID
The scenario...
A page with 3 usercontrols
the user controls contain radgrids, radwindows for editing records in the grids and other controls.
The RadAjaxManager is on the aspx page with RadAjaxProxies on the ascx pages.
Even if you do not have an updating event to one of the 3 usercontrols, you must include a RadAjaxProxy without any AjaxSettings or you may experience this error. It is my belief that once a AjaxManager is placed and Proxies on the content controls, all content controls need a proxy.
Can someone from Telerik confirm this?
Thanks