Kendo UI Jquery 网格在 IE 8 中不工作

Kendo UI Jquery Grid does not work in IE 8

我正在使用来自 Kendo 站点的示例来绑定和显示网格中的数据。同样在其他浏览器中工作正常但在 IE 8 中不起作用。我的 Kendo 版本是 v2019.1.220.

它抛出 "Object doesn't support property or method 'bind'" 异常。

可能是什么问题? IE 8 不支持 kendo 版本吗?

Kendo v2019.1.220.

确实不支持IE8

事实上,从 Kendo UI 2017 R1 版本开始不再支持 IE8,如文档 here.

中所写