This is a migrated thread and some comments may be shown as answers.

Scheduler with ScriptManager in the MasterPage

1 Answer 71 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Lukasz Kalbarczyk
Top achievements
Rank 1
Lukasz Kalbarczyk asked on 28 Jul 2010, 12:27 PM
In the MasterPage File I have:

<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.

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 03 Aug 2010, 04:15 PM
Hi Lukasz,

The BaseUrl property will be ignored in your case as you haven't enabled the CDN support by setting CdnSettings-TelerikCdn="Enabled". Let me know if you're using the web.config application setting (Telerik.ScriptManager.TelerikCdn) instead.

The problem likely has a different cause, but it's hard to tell exactly what it is without looking at a running sample, live URL or at least the source code of the page.

Sincerely yours,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ScriptManager and StyleSheetManager
Asked by
Lukasz Kalbarczyk
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or