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.
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!
<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" /><link href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" /><script src="http://code.jquery.com/jquery-1.9.1.min.js"></script><script src="http://cdn.kendostatic.com/2013.1.319/js/kendo.all.min.js"></script><script src="http://cdn.kendostatic.com/2013.1.319/js/kendo.aspnetmvc.min.js"></script><script src="<%= Url.Content("~/Scripts/jquery.cookie.js") %>"></script><link href="<%= Url.Content("~/Content/CustomKendo.css") %>" rel="stylesheet" type="text/css" />