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

Using CDN

2 Answers 564 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jillian
Top achievements
Rank 1
Jillian asked on 08 May 2013, 06:01 PM
I am trying to use CDN for my project however when I use the CDN links instead of my kendo files, nothing displays correctly. I also use a custom Kendo css file which I list after at the end.
<link href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
<link href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
<link href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
 
 
<script src="<%= Url.Content("~/Scripts/jquery.cookie.js") %>"></script>
<link href="<%= Url.Content("~/Content/CustomKendo.css") %>" rel="stylesheet" type="text/css" />
My grids are not returning data or displaying correctly.  My drop down list looks like a text box, and my charts are not showing at all.  Example of how my grid looks attached. Please help!

2 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 09 May 2013, 06:39 AM
Hello,

 Your code looks correct. Here is a live and working demo based on it: http://jsbin.com/ecuguc/1/edit

 Perhaps the Kendo CDN isn't accessible in your network. You can check your browser's developer tools and inspect the network traffic. Check for any failed HTTP requests.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jillian
Top achievements
Rank 1
answered on 09 May 2013, 11:54 AM
Thank you.  It seems that because the site is secure, the browser was displaying only secure content which didn't include CDN files. I have changed my configuration tobundle the kendo resources in my project rather than use CDN.
Tags
General Discussions
Asked by
Jillian
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Jillian
Top achievements
Rank 1
Share this question
or