hi,
I test kendoui MVC razor, follow this way my test project
_Layout.cshtml
<script src="@Url.Content("~/Scripts/kendo/jquery.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/kendo.web.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/kendo.aspnetmvc.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/console.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/prettify.min.js")"></script>
index.cshtml
@(Html.Kendo().DatePicker().Name("Birthday"))
But have error on javascript
I test kendoui MVC razor, follow this way my test project
_Layout.cshtml
<script src="@Url.Content("~/Scripts/kendo/jquery.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/kendo.web.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/kendo.aspnetmvc.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/console.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/prettify.min.js")"></script>
index.cshtml
@(Html.Kendo().DatePicker().Name("Birthday"))
But have error on javascript
TypeError: jQuery(...).kendoDatePicker is not a function