Hello,
By default, RadControls for ASP.NET AJAX read and load their scripts from the Telerik.Web.UI.dll, but not from internet. It looks that you have enabled the external CDN script files of RadControls as explained in this article:
CDN Overview.
That is why my suggestion is to disable the CDN scripts by setting CdnSettings-TelerikCdn="Disabled", e.g.
<telerik:RadScriptManager
ID="RadScriptManager1"
runat="server"
CdnSettings-TelerikCdn="Disabled">
</telerik:RadScriptManager>
Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.