DateInput Integration
The DatePicker provides integration options with the Telerik UI for ASP.NET MVC DateInput for the input element it renders.
To use the DateInput as the input element in a DatePicker, enable the DateInput
property of the DatePicker.
@(Html.Kendo().DatePicker()
.Name("datepicker")
.DateInput()
.Value("10/10/2019")
)