Questions tagged [kendo-datepicker]

Represents the Kendo UI DatePicker widget

Kendo datepicker is a component of KendoUI for providing visual date selection.


Related tags

185 questions
1
vote
0 answers

How to compare dates in a single row of kendo UI grid using custom validation not editor template?

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…
Anand
  • 47
  • 2
  • 12
1
vote
1 answer

How can I set past date to datepicker for only viewing in kendo Date picker

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…
Sandy
  • 275
  • 3
  • 8
  • 25
1
vote
2 answers

Is there a way to set the view on the kendo datepicker

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…
Smeegs
  • 9,151
  • 5
  • 42
  • 78
1
vote
2 answers

Set Range Validation to Kendo Datepicker in ASP.NET MVC

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…
3 rules
  • 1,359
  • 3
  • 26
  • 54
1
vote
1 answer

Kendo UI and Angular JS - Prevent all characters from typing except for date of format MM/DD/YYYY

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
Abhishek
  • 1,974
  • 5
  • 31
  • 67
1
vote
1 answer

Kendo Datepicker setting value error

Why this code does not set the value to input element?