In the MasterPage File I have:
Next, in the page, I have RadScheduler with Ajax-Updated engine.
But after changing the view: month -> day, needed scripts are not loaded and scheduler can not work...
How can I update the "script manager" with ajax?
I think it is connected with the
<
telerik:RadScriptManager
ID
=
"ScriptManager1"
runat
=
"server"
CdnSettings-BaseUrl
=
"~/Scripts"
EnableHistory
=
"False"
EnablePageMethods
=
"False"
EnableScriptGlobalization
=
"False"
OutputCompression
=
"AutoDetect"
AsyncPostBackTimeout
=
"900"
>
<
Scripts
>
<
asp:ScriptReference
Assembly
=
"Telerik.Web.UI"
Name
=
"Telerik.Web.UI.Common.Core.js"
/>
<
asp:ScriptReference
Assembly
=
"Telerik.Web.UI"
Name
=
"Telerik.Web.UI.Common.jQuery.js"
/>
</
Scripts
>
</
telerik:RadScriptManager
>
Next, in the page, I have RadScheduler with Ajax-Updated engine.
But after changing the view: month -> day, needed scripts are not loaded and scheduler can not work...
How can I update the "script manager" with ajax?
I think it is connected with the
CdnSettings-BaseUrl
=
"~/Scripts"
setting.