HI
i am trying to learn Kendo UI controls and was following the Tutorial in http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/aspnet-mvc/asp-net-mvc-4
when i run the project i get this error:
Unhandled exception at line 77, column 20 in http://localhost:50879/Default1/AddmotorPage
0x800a01b6 - Microsoft JScript runtime error: Object doesn't support property or method 'kendoDatePicker'
i even added <script src="/Scripts/jquery-1.10.2.min.js"></script>
<script src="http://cdn.kendostatic.com/2014.1.528/js/kendo.all.min.js"></script>
on the view itself but am still getting this error, can any body suggest any solution.
Thanks in advance.
i am trying to learn Kendo UI controls and was following the Tutorial in http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/aspnet-mvc/asp-net-mvc-4
when i run the project i get this error:
Unhandled exception at line 77, column 20 in http://localhost:50879/Default1/AddmotorPage
0x800a01b6 - Microsoft JScript runtime error: Object doesn't support property or method 'kendoDatePicker'
i even added <script src="/Scripts/jquery-1.10.2.min.js"></script>
<script src="http://cdn.kendostatic.com/2014.1.528/js/kendo.all.min.js"></script>
on the view itself but am still getting this error, can any body suggest any solution.
Thanks in advance.