而不是datepicker,浏览器上会显示正常的文本输入。
代码:
@(Html.Kendo().DatePicker().Name("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)