I am using Telerik Date Picker for ASP.Net MVC Razor Form.
In this form for Date of Birth field i am using Telerik Control.
code is as Below
@(Html.Telerik().DatePicker()
.Name("DOB")
.Value(Model.DOB))
My requirement is when we click on the calender icon of Date Picker, it will show the day from there we have to navigate to month and year.
to avoid this. I want the calender to show years first and navigate from there.
Is it possible?
This is not currently supported by the Telerik date picker.
Day view is always the default.