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

CdnSettings

2 Answers 67 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mehrdad
Top achievements
Rank 1
Mehrdad asked on 03 Jun 2011, 08:31 AM
Hi,
I've localized RadEditor DialogBox and set CdnSettings-TelerikCdn="Disabled" of RadScriptManager and RadStyleSheetManager.
But when I watch the requests with FireBug it connects to telerik website.
And when internet is not connected the style of dialogs is disassembled.
Actually Telerik.Web.UI.DialogHandler.axd refers to telerikstatic.com.

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 08 Jun 2011, 11:14 AM
Hi Mehrdad,

You should not experience such problem, because by default RadEditor and its dialogs load their scripts and css files from the Telerik.Web.UI.dll. They will load the scripts and css files from a CDN only if the developer manually configure this by explicitely setting the CdnSettings-TelerikCdn="Enabled" property.

Have you set by any chance in your web.config file the following settings:

<appSettings>   
    <add key="Telerik.ScriptManager.TelerikCdn" value="Enabled" />   
    <add key="Telerik.StyleSheetManager.TelerikCdn" value="Enabled" />
</appSettings>

You can see my test in the following video: http://screencast.com/t/UWDj1aqoWs3.
For your convenience I have also attached my test project.

All the best,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Mehrdad
Top achievements
Rank 1
answered on 08 Jun 2011, 12:44 PM
yes, it was in config and overridden in my forms.
thanks
Tags
Editor
Asked by
Mehrdad
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Mehrdad
Top achievements
Rank 1
Share this question
or