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

Following the Telerik Example What does this mean

1 Answer 56 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
AppDev
Top achievements
Rank 1
AppDev asked on 22 Aug 2019, 09:24 PM

I was looking the telerick date time picker example found here: 

https://docs.telerik.com/aspnet-mvc/getting-started/asp-net-mvc-5

It all failed to work for me. But this part of the example's instructions are confusing....

What does this mean?

 

Use CDN Services
Below are listed the steps for you to follow when including the Telerik UI for ASP.NET MVC JavaScript and CSS files from CDN.
Replace kendo ui version from the following code snippets with the current version of the product—for example, 2013.2.918.

 

 

My guess this is there way of saying that the example will not work but look at something from 2013???

This is beyond frustrating. Why can they post an example that works??

What part of the example is wrong... This is why I quit trying to user this telerik nonsense.

But maybe some one can explain?

 

Thanks in advance 

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 26 Aug 2019, 02:24 PM

Hi,

 

Thank you for the feedback regarding the getting started article. We will consider updating it so the information inside is more clear.

 

Regarding your question. The client-side resources (CSS and JavaScript) files can be referenced locally or from a CDN services. When referencing the files locally you would usually use bundling. 

Referencing the resources from a CDN requires entering the url to the specific resource you are requesting. For example if you would like to get the current version of Kendo UI scripts you should use the URL below. The highlighted part is the version of the components.

<script src="https://kendo.cdn.telerik.com/2019.2.619/js/kendo.all.min.js"></script>

 

Regards,
Viktor Tachev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Date/Time Pickers
Asked by
AppDev
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or