Hello can you give me the exact link to get kendo.common-bootstrap.min.css via CDN?
This one is not working
Your link http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/asp-net-mvc-5 seem show incorrect information about that :
This one is not working
<
link
rel
=
"stylesheet"
href
=
"http://cdn.kendostatic.com/2013.2.918/styles/kendo.common-bootstrap.min.css"
/>
Your link http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/asp-net-mvc-5 seem show incorrect information about that :
Using Kendo UI CDN
To include the Kendo UI JavaScript and CSS files from CDN follow these steps. Important! Don't forget to replace "kendo ui version" from the code snippets below with the current version of Kendo UI e.g. "2013.2.918".
1.Open the layout of the application. By default it is Views/Shared/_Layout.cshtml (or Site.master if using ASPX).
2.Include kendo.common-bootstrap.min.css and kendo.bootstrap.min.css. Add a link tag within the head tag of the layout.
<
link
rel
=
"stylesheet"
href="http://cdn.kendostatic.com/<;kendo ui version>/styles/kendo.common-bootstrap.min.css" />
<
link
rel
=
"stylesheet"
href="http://cdn.kendostatic.com/<;kendo ui version>/styles/kendo.bootstrap.min.css" />
6 Answers, 1 is accepted
0
Hello Louis,
Alex Gyoshev
Telerik
The common-bootstrap.css file has been introduced in the Q3 release, so its CDN URL is http://cdn.kendostatic.com/2013.3.1119/styles/kendo.common-bootstrap.min.css.
Regards,Alex Gyoshev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Louis
Top achievements
Rank 1
Iron
Iron
Iron
answered on 06 Jan 2014, 02:42 PM
Very thank you Alex,
Is't working #1.
If I use https, can you tell me the link for those one ?
Is't working #1.
If I use https, can you tell me the link for those one ?
<
script
src
=
"http://cdn.kendostatic.com/2013.3.1119/js/kendo.all.min.js"
></
script
>
<
script
src
=
"http://cdn.kendostatic.com/2013.3.1119/js/kendo.aspnetmvc.min.js"
></
script
>
<
link
rel
=
"stylesheet"
href
=
"http://cdn.kendostatic.com/2013.3.1119/styles/kendo.common-bootstrap.min.css"
/>
<
link
rel
=
"stylesheet"
href
=
"http://cdn.kendostatic.com/2013.3.1119/styles/kendo.bootstrap.min.css"
/>
0
Hello Louis,
Alex Gyoshev
Telerik
See the CDN help topic on how to link to Kendo UI resources from both HTTP and HTTPS pages.
Regards,Alex Gyoshev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Accepted

Louis
Top achievements
Rank 1
Iron
Iron
Iron
answered on 06 Jan 2014, 03:37 PM
Hi Alex,
This's the information i'm looking for a while!!
HAPPY NEW YEAR to you and all those you love.
This's the information i'm looking for a while!!
HAPPY NEW YEAR to you and all those you love.
0

KEG
Top achievements
Rank 2
answered on 07 Oct 2015, 06:07 PM
I think you meant to link to http://docs.telerik.com/kendo-ui/intro/installation/cdn-service in your "as documented" statement.
0
Thank you for noticing. Indeed, since the original post, the CDN links has been changed, and the documentation has been updated. I have updated it to contain the correct link.
Regards,Alex Gyoshev
Telerik
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 Feedback Portal
and vote to affect the priority of the items