Im interested in getting an older version of Kendo UI open source, specifically the Kendo.Web - 2012.3.1114 release. I need it beacause im using jquery 1.8.3 in my project and i cant change that. So the question is: Where can i get these specific realese?
Thanks in advance
They are all available on kendo's cdn.
http://cdn.kendostatic.com/2012.3.1114/js/kendo.web.min.js
http://cdn.kendostatic.com/2013.3.1119/styles/kendo.default.min.css
http://cdn.kendostatic.com/2013.3.1119/styles/kendo.common.min.css
Related
I am new to kendo ui mobile wanted to know why I am getting this specific error:
Uncaught TypeError: Cannot read property 'useNativeScrolling' of undefined
The code in the view is as follows:
<ul kendo-mobile-list-view
k-data-source="xyz.list"
k-template="xyz.Template"
k-on-click="xyz.previewList(kendoEvent)"
k-use-native-scrolling="true"
data-endless-scroll="true"
></ul>
This seems like a bug we introduced in one of our releases - please try upgrading to the current one (Q1 2014 SP1).
Add the latest kendo cdn.
Add this to your project.
<script src="http://cdn.kendostatic.com/2014.1.318/js/kendo.all.min.js"></script>
I solved this problem with this latest cdn
I have downloaded Kendo UI core open and free source and tried to use splitter as in this demo, but it did not work because in the js folder (from download) the kendo.all.min.js file is not present. Can anybody tell me what should I do? I tried using kendo.core.min.js but it did not work.
I don't want to use the CDN URL http://cdn.kendostatic.com/2014.1.416/js/kendo.all.min.js in my project.
Thanks in advance!
The kendo.all.min.js is available only in the commercial Kendo UI Professional package. Kendo UI core ships with kendo.ui.core.min.js which is the file you should use.
I am using ck-editor 3.6.6.1 on a MVC project and I noticed when testing on Phone(android,windows) that editor does not loading text properly. Editor is Displaying Tags as well.
But when I tested in system it is working very much fine with all the browsers.Just wondering why it is not working in phone browsers. Please help me in this issue.
Thanks in Advance!
CKEditor can be Enabled in Unsupported Environments
It will work on ckeditor version 4.X (it gives option to enable compatibility)
So download latest version of ckeditor and add this script
<script>
CKEDITOR.env.isCompatible = true;
</script>
Source Website
If you use razor page use this code to solve it:
#Html.Raw(your text)
When I insert a new record in popup mode, for some fields does not change the status (red triangle), the value is not updated and the data is transmitted "empty" to the webservice.
If I press "backspace", the field changes status to "modified" (red triangle) and sent to the webservice.
In the "2012.2.814" worked well.
I attach a sample program (rename png in htm)
Thank you.
Michele.
if you are using the MVC wrappers, make sure you've updated the DLL. In either case, make sure you've updated all the .js files to 2012.3.1114. In our projects, we will go through the process of deleting all the kendo*.js files in the Scripts directory then replacing them with the latest versions. That also takes care of the occasionally deprecated js file. Check your layout and make sure you aren't calling them in the wrong order (if you're using MVC-4 I highly recommend using CDN and/or the bundling option).
Also update your Content and check a couple of browsers (Chrome's developer tools, Fiddler, Firebug as well) to see if there are any errors/warnings that might help explain it.
Finally, Kendo now supports jQuery 1.8.2 - the previous versions required jQuery 1.7. I found that moving to jQuery 1.8.2 gave a modest performance boost and resolved some grouping issues I was having with the Grid component.
i have a asp.net project and its using jqgrid as the javascript grid. How can i find out what version of jqgrid is being used?
If you need to query the version programmatically you can use:
$.jgrid.version
Example:
alert($.jgrid.**version**);
have you tried opening up the file jquery.jqGrid.min.js and looking at the first line of comments?
Mine says;
/*
* jqGrid 3.5.1 - jQuery Grid