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
0
votes
2 answers

Moment.js - Date comparison: Catching min range

My form has a Kendo DatePicker and a button that runs a JavaScript function prior to doing a form.submit(). I need to be able to compare my date that is entered against a lower limit, and prevent the code from going on (submitting the form) if it…
vapcguy
  • 7,097
  • 1
  • 56
  • 52
0
votes
1 answer

Kendoui core file paths

I am trying out kendoui core datepicker but the provided examples don't work. Kendoui's datepicker example gives file paths that don't exist
bikeman
  • 41
  • 1
  • 3
0
votes
1 answer

Kendo UI (MVC 4 Razor): Update DatePicker in selected grid row before datasource sync

I need to visually update a DateTime column in the selected grid row when a different column is edited. However, the data in the grid must remain dirty (before datasource sync). Currently the "Months" column has an int value and when it changes, I'm…
0
votes
3 answers

toggle kendo date calender container on click of input box

I have a kendo Date picker it is functioning well. On click of icon beside to input box, I am able to open date dialog for calender and it is working. But I want this dialog should also open onclick of input box..

Select date:

Javascript Coder
  • 5,691
  • 8
  • 52
  • 98
0
votes
1 answer

How to set Kendo Datepicker to have value convertible to Datetime

I have a Kendo Datepicker as follow Html.Kendo().DatePicker() .Name("BirthDate") .HtmlAttributes(new { style = "font-size:8pt;" }) .Format("yyyy/MM/dd") However, its returned value in model as follow can not be converted to…
user585440
0
votes
1 answer

Kendo datepicker disable dates in Kendo grid column (Date range in kendo grid)

I am using a kendogrid which populate some data which have a date field. I need to restrict the dates in the datasource when it binds to kendogrid. An example is shown below. Here I need to disable all the dates before 25-Jan-1910(for example) in…
0
votes
1 answer

How to set kendo datepicker (popup date view) to specific year (1435) without set value(want value to be null)

i make custom mvc control with two kendo datepicker to display (gregi and hijri) date in partial view and if i change date of any one it's change the other to equivalent date cause to kendo limitation to deal with Hijri calender i make some…
Mohamed
  • 13
  • 4
0
votes
2 answers

Kendo Datetimepicker How to prevent change event?

I am using a kendo datetimepicker. When user opens the calender and select any date I need to check for some other dates, ie need to run validations if the date is wrong then prevent the new date from filling the date picker and keep the old…
Shebin Mathew
  • 320
  • 1
  • 7
  • 18
0
votes
1 answer

Kendo Date picker - On click of grid update, Date Time value is getting incremented by 1

I m using a Kendo Date picker in inline Editing of a Kendo Grid. IF I select a value, on click of update , the value selected is (selected value) +1. It happens only when I deploy the code to server. Not reproducible in my localhost On click of…
KeenUser
  • 5,305
  • 14
  • 41
  • 62
0
votes
1 answer

How to Select a Week using kendodatepicker

I an using kendodate picker in my solution.I want to retrieve the dates for full week whenever user selects some date from the kendodatepicker.e.g.lets say today is Feb 21,2014(Friday) whenever user selects some day say Feb 24,2014(Monday) then i…
rahul
  • 3
  • 4
0
votes
1 answer

How to set a setTimeOut to avoid script unresponsive inside .each loop

How can I add a setTimeOut to avoid script unresponsiveness inside a each loop?, basically there is this grid where I have many rows, and the rows have a column that consists of a kendo datepicker. The problem is that after a few a bound to the grid…
jedgard
  • 868
  • 3
  • 23
  • 41
0
votes
2 answers

How can I show a date on a kendo datepicker which is less than min date or greater than max date

How can I set a date (e.g. 1/1/2012) on a kendo datepicker which is less than min date (e.g. 1/1/2013) or greater than max date (e.g. 1/1/2014) defined in the datepicker options? My requirement is to restrict the user's selection to the range…
user2257028
  • 1
  • 1
  • 3
0
votes
1 answer

KendoDatePicker is not recognizing dates returned in json from a web service

I'm binding a Kendo UI date widget to a property within an object (TestDate in my example below). TestDate is populated with json returned from a web service - in below example, goalHeader1 is the object populated from json. The problem is that…
Rick Mortensen
  • 343
  • 2
  • 8
-1
votes
2 answers

Dynamically created kendo datepicker is not working

Here is my html,
-2
votes
2 answers

How to disable/enable kendo-daterange programmatically? (without JQuery)

I have the following template and it works fine. The daterange is disabled. But if I remove these inline "disabled" attributes and if I want to disable/enable it via the button click programmatically, it doesn't work even though "disabled"…
1 2 3
12
13