How to change kendo jquery version - kendo-ui

I am including the following files in my layout:
<script src="#Url.Content("~/Scripts/kendo/jquery.min.js")" type="text/javascript"></script>
<script src="#Url.Content("~/Scripts/kendo/kendo.web.min.js")" type="text/javascript"></script>
After doing some research I found that the only way to fix a bug with the kendo window in older versions of IE when using jquery 1.8 is to use jquery version 1.7.2 because this is a stable version.
How do I go about downloading and updating the kendo jquery file to 1.7.2? I'm not even sure what version of jquery the kendo file currently is using because the name is just "jquery.min.js". I'm assuming jquery 1.8 because I am experiencing the bug.

What they say in their web site is:
jQuery version
The current official version of Kendo UI requires jQuery 1.9.1. There are occasions in which a new jQuery version is released, which introduces breaking changes and is not compatible with existing Kendo UI versions. In such cases we recommend using the previous jQuery version until the next official Kendo UI release that resolves the problems. We normally do not change the jQuery version that is shipped with Kendo UI for service packs. We can do this for major releases. The following list provides compatibility information about previous major Kendo UI releases:
Kendo UI 2013.1.319 (Q2 2013) - jQuery 1.9.1
Kendo UI 2013.1.319 (Q1 2013) - jQuery 1.9.1
Kendo UI 2012.3.1114 (Q3 2012) - jQuery 1.8.2
Kendo UI 2012.2.710 (Q2 2012) - jQuery 1.7.1
Kendo UI 2012.1.322 (Q1 2012) - jQuery 1.7.1
Kendo UI 2011.3.1129 (Q3 2011) - jQuery 1.7.1
There should be no problem to use another minor jQuery version instead of the specified above, e.g. 1.7.2 instead of 1.7.1.

Related

Is Kendo UI Component is Free for Excel Import/Export?

I have tried to use Kendo UI Component for Import/Export Excel. I go through the website and its paid at all but Kendo-UI for Angular is also available on Github
So I am confused that I can use it free or not.
Kendo UI Core is free, and the full Kendo UI is paid.
As you see on https://www.telerik.com/kendo-ui/comparison, Grid and Excel export are not in the free version.
The repository you linked doesn't contain Kendo for Angular, but examples of using it.

Kendo Tab Scrollable not showing

i am using a bit old version of jquery kendo ui.My version is 2014.3.1411. Scrollbar is never showing when overflow occurs.it is coming in the next line.
i tried in different ways..but it doesn't work.
I uploaded a sample project.
https://1drv.ms/u/s!AsUSBVUzSefxgTvg1Ob-VPmWYuz0?e=StE2BG.
Is it the version issue.Please let me know
Scroll Function was not available in R2014 . Take a look a the dojo https://dojo.telerik.com/idoZUtuh
Functionality was introduced in R2017

npm view #progress/kendo-angular-grid versions

I am trying to implement Telerik Kendo UI Grid.
However on typing this command: npm view #progress/kendo-angular-grid versions, I am getting errors as in the attached screenshot.enter image description here
Kendo Grid and Scheduler are no longer free. They are part of the commercial version
https://www.telerik.com/kendo-ui/core-faq

How to download Kendo UI Grid.js

I want to download the minified version of kendo ui grid javascript file. From where I can download that? Also, will it be possible to download kendo javascript files without licence.
You can find documentation on Telerik's CDN for Kendo UI here if you own a licence and want to use their CDN instead of installing Kendo UI locally.
Kendo UI Core you can find on GitHub and use freely.
While it is certainly possible to use the CDN version of the full Kendo UI version wihtout having a licence, you shouldn't. You use the library which proves it's valuable. So, it's no different from the effort you make in your own development. You would want to get paid, wouldn't you?

Problems with DNN and Telerik - Could not load type

I have problem with building DNN portal which have TELERIK included.
Problem is bellow:
Error 107 Could not load type 'DNNMasters.CB.Telerik.WebControls.Spell.DialogHandler'. D:\DNN\DNN-5.4.04\DesktopModules\DNNMasters.CB.ArticleBrowser\RadControls\Spell\Telerik.Spell.DialogHandler.aspx 1
If I remember well, Telerik.WebControls is the namespace used for the old ASP.NET version of the Telerik controls. The AJAX Telerik controls come with DotNetNuke distributions 5.2.0 or later as this page says, my recommendation is to switch to them.

Resources