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:

enter image description here

enter image description here

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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -