Asp.net mvc 剑道日期选择器不在ASP.NET.MVC项目中工作

Asp.net mvc 剑道日期选择器不在ASP.NET.MVC项目中工作,asp.net-mvc,kendo-ui,Asp.net Mvc,Kendo Ui,浏览器上显示的不是datepicker,而是普通文本输入 代码: 这里是浏览器的屏幕截图: 控制台错误: 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

浏览器上显示的不是datepicker,而是普通文本输入

代码:

这里是浏览器的屏幕截图:

控制台错误:

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)
未捕获类型错误:jQuery(…)。kendoDateTimePicker不是函数
在HTMLDocument。(索引:58)
着火时(jquery-1.10.2.js:3062)
在Object.fireWith[as resolveWith](jquery-1.10.2.js:3174)
在Function.ready(jquery-1.10.2.js:447)
在HTMLDocument.completed上(jquery-1.10.2.js:118)

页面上是否有Id为“datepicker”的控件控制台中有脚本错误?@SteveGreene。。。谢谢…是的,控制台中显示了一个错误…我更新了我的问题,请看一看。你确定你的页面中包含了剑道javascript文件(即kendo.all.min.js)。如果丢失,您将得到准确的错误。以下是
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)