2

Kendo UI web 似乎不适用于 jQuery 2.0.0。更新后我的应用程序出现问题。网格默认为等宽列,不再使用宽度值。

为了确认它不在我的应用程序中,我从示例(或Kendo UI Grid Sample)中获取了默认的 index.html 文件,并将参考 jQuery.min.js 更新为 jQuery-2.0.0-min.js 和存在同样的问题。

我想我现在被 jQuery 1.9 困住了,只是想知道是否有其他人看到这个,以及是否有我可以申请的修复或解决方法。

谢谢。

4

3 回答 3

0

你碰巧在使用 Internet Explorer 吗?Jquery 2.0 与 1.9 相同,唯一的区别是它们不提供 IE 的实现(至少对于 8 及以下版本,请查看此链接

于 2013-05-24T03:42:27.740 回答
0

您需要使用最新版本的 Kendo UI 来获得 jQuery 2.0 支持。

于 2013-05-25T11:02:30.490 回答
0

我知道这是一个较老的问题,但看起来没有人指出剑道答案的链接: http ://docs.kendoui.c​​om/getting-started/javascript-dependencies

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.3.1119 (Q3 2013) - jQuery 1.9.1 (works also with 1.10.x and 2.0.x)
Kendo UI 2013.2.716 (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.
于 2013-12-02T17:58:02.420 回答