We are experiencing the same issue with kendo.syncReady.
We are using the following:
* Kendo.Mvc.dll version 2017.1.223.545.
* Kendo UI for JQuery Javascript files version 2017.1.223
* JQuery Version 2.2.4
* RequireJS Version 2.3.3
Our code that is failing. Note that "Start" is a global function that is a RequireJS wrapper for document.ready:
start(function () {
require(['kendo/kendo.window.min'], function () {
kendo.syncReady(function(){jQuery("#enrollmentWizardWindow").kendoWindow({"modal":true,"iframe":false,"draggable":true,"scrollable":true,"pinned":false,"title":null,"resizable":false,"actions":["Close"]});});;
});
});
Attached are screenshots proving this. As you can see in the "network tab of Chrome" screenshot, the kendo.aspnetmvc.js file is loading before the JavaScript on the HTML page executes.
Please give us an ETA of when this critical bug is fixed so we can adjust our current release timeline.