I am upgrading from the WebPanel and WebGroupBox controls and I just upgraded one of my pages and I received this error message:
This Infragistics control requires a ScriptManager object on the page in order to operate correctly.
However, I had already added the asp:ScriptManager control to the Master Page. I also know for a fact that the ScriptManager control works properly because my other AJAX Controls work correctly on any pages derived from the Master Page.
Unfortunately, none of my newly upgraded Infragistics controls are properly detecting the ScriptManager on the Master Page.
Please tell me how to resolve this issue so that the ScriptManager is properly detected on the Master Page.
Thanks.
Hello Samir,
I found similar issue as yours, described in the following forum thread: https://es.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/7847/infragistics-control-requires-a-scriptmanager-object It seems that you should use a ScriptManager on the Master page and a ScriptManagerProxy on the content pages. Please try this and let me know if you're still encountering any issues.
Sincerely,
Tsanna