I have a Kendo UI grid. In that I have two columns which contains datepicker.
I want to compare dates between those 2 columns for each row while doing inline editing. when clicked on Update, validation should fire.
I don't want to use editor…
I have a datepicker in my kendo grid. This datepicker has been set so that user can be able to select only today's date as minimum. But suppose I selected
07/04/2016 (mm/dd/yyyy) as today's date and saved it. I check this record tomorrow
for…
I'm using the date picker to allow a user to select start and end dates.
When the page first loads, both date pickers will display the current month the first time the calendar is opened.
However, I want the start datepicker to open up a view from…
I am using Kendo UI ASP.NET MVC with entity Framework 5.0.
I have used datepicker of kendo and set validation at model side and successfully fire all the validation except Range. So I want to set the range of datepicker for -7 and +7 days and also…
I'm using Kendo datepicker to allow the user to enter the date. However I want to allow the user to type only date in particular format, i.e., MM/DD/YYYY