Kendo Datepicker无法在ASP.NET.MVC项目中工作

时间:2017-04-14 15:35:02

标签: asp.net-mvc kendo-ui

而不是datepicker,浏览器上会显示正常的文本输入。

代码:

@(Html.Kendo().DatePicker().Name("datepicker"))

此处浏览器的屏幕截图:

enter image description here

enter image description here

控制台错误:

Uncaught TypeError: jQuery(...).kendoDateTimePicker is not a function
at HTMLDocument.<anonymous> (Index:58)
at fire (jquery-1.10.2.js:3062)
at Object.fireWith [as resolveWith] (jquery-1.10.2.js:3174)
at Function.ready (jquery-1.10.2.js:447)
at HTMLDocument.completed (jquery-1.10.2.js:118)

0 个答案:

没有答案