Kendo Datepicker not working in ASP.NET.MVC project -
instead of datepicker, normal text input showing on browser.
code:
@(html.kendo().datepicker().name("datepicker"))
here screenshot of browser:
console error:
uncaught typeerror: jquery(...).kendodatetimepicker not function @ htmldocument.<anonymous> (index:58) @ fire (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)
Comments
Post a Comment