I have a RadMultiPage dropped in on a SharePoint 2010 webpart page. The RadMultipage is associated with a RadTabstrip and has been setup for 'load on demand' behavior as described in the demo:
http://demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/loadondemand/defaultcs.aspx
I use identical techniques and load user controls directly into each RadPageView. The problem is 3 of the user controls contain a RadGrid and when the tab item is clicked and the page view is loaded, I get the error as shown in the image linked below.
It fails in not only IE 10 but in IE 9, FF and Chrome too. Although the errors are not the same for FF and Chrome.
Other things to note:
A regular asp ScriptManager is used from the default master page in SP 2010.
Controls are ajaxified using a RadAjaxManager.
The RadAjaxManager, a RadFormDecorator and a RadSkinManager are added to the page programmatically.
A RadStyleSheet manager has been added to the page declaratively (for now).
All the web.config sections have been checked for correctness to support the RadAjaxManager and RadStyleSheetManager from Telerik documentation and prior posts on Telerik forums.
Please shed some light on how to fix this issue.
Thanks.
http://demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/loadondemand/defaultcs.aspx
I use identical techniques and load user controls directly into each RadPageView. The problem is 3 of the user controls contain a RadGrid and when the tab item is clicked and the page view is loaded, I get the error as shown in the image linked below.
It fails in not only IE 10 but in IE 9, FF and Chrome too. Although the errors are not the same for FF and Chrome.
Other things to note:
A regular asp ScriptManager is used from the default master page in SP 2010.
Controls are ajaxified using a RadAjaxManager.
The RadAjaxManager, a RadFormDecorator and a RadSkinManager are added to the page programmatically.
A RadStyleSheet manager has been added to the page declaratively (for now).
All the web.config sections have been checked for correctness to support the RadAjaxManager and RadStyleSheetManager from Telerik documentation and prior posts on Telerik forums.
Please shed some light on how to fix this issue.
Thanks.