Not finding js / kendo.all.min.js in the js folder of the free and open source Kendo kernel (you want to implement a splitter)

I downloaded Kendo UI core open and free source and tried to use splitter, as in this demo , but this did not work, because there is no kendo.all.min.js file in the js folder (from the download). Can anyone tell me what to do? I tried using kendo.core.min.js but that did not work.

I do not want to use the CDN URL http://cdn.kendostatic.com/2014.1.416/js/kendo.all.min.js in my project.

Thanks in advance!

+7
kendo-ui
source share
1 answer

kendo.all.min.js is only available in the Kendo UI Professional commercial package. Kendo UI core comes with kendo.ui.core.min.js , which is the file you should use.

+13
source share

All Articles