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

How to clear Kendo Datepicker on backspace?

Our requirement is to be able to select a date in a Kendo Calendar and be able to clear the data on pressing backspace. I believe there is an onkeydown event handler where you can check which key has been pressed. However, we don't want to create a…
Kim Honoridez
  • 917
  • 2
  • 15
  • 28
0
votes
2 answers

Kendo DatePicker Globalization Binding Issue

I have an asp.net MVC application with "es-MX" culture. Here's what I have in my web.config file: And, here's what I have in my _Layout page:
ataravati
  • 8,891
  • 9
  • 57
  • 89
0
votes
1 answer

Kendo scheduler navigation datepicker

I need to get the navigation datepicker in the kendo scheduler (see the picture). in my app i need to add restrection to the date picker for example minimum date is today or maximum date is 10 day from now. Is there a way to get that datePicker.
0
votes
1 answer

How to highlight certain months in year view with certain color in kendo datepicker?

The task that I want to solve is based on certain conditions. I want to highlight certain months of year in year view of kendo datepicker. For highlighting specific dates in kendo datepicker, I have used "month" attribute and templating. But for…
0
votes
1 answer

Change font color in Kendo datepicker

I need to change the font color of the calendar that appears after clicking on a Kendo datepicker widget. I have been able to change the font size, the background color, but I can't seem to be able to change the font color to display the calendar…
gacanepa
  • 323
  • 4
  • 16
0
votes
1 answer

Kendo DatePicker Disable Dates jQuery

I have a date picker on my page that I am trying to disable all days except Sunday when a value is selected in a Kendo Drop Down. My function is below. The function is called but I am not sure how to or if I can set the disabled dates this way. …
user2675736
  • 73
  • 2
  • 8
0
votes
1 answer

How to disable edit from kendo editable grid dynamically?

I would like to disable edit from only first cell of kendo edit-able grid and I am doing something like below. Actually I am trying to remove a datepicker from first cell of kendo grid as it is not required to be there. so I am using below and this…
Sandy
  • 275
  • 3
  • 8
  • 25
0
votes
0 answers

DateTime TimeZone handling on client and server side

My application has an option to the customer where he/she can set a timezone in which he/she wants to work/view the application in. Overall idea of the application workflow is, client should send the datetime as per user selected timezone (server…
0
votes
1 answer

Kendo Scheduler keep calendar as open

i have kendo-scheduler and what i want is i want to keep the calendar as open when scheduler get loaded. if i click on calendar button then it will open the calendar control but i don't want to click on any button to open the date picker.it should…
Sagar Hirapara
  • 1,677
  • 13
  • 24
0
votes
1 answer

Manual call for a method in knockout extender

I couldn't find any working solutions for my problem, however I'm aware of it may be a trivial way to make it working but I can't figure it out. I have an extender called liveEditor which switchs between a display text and an input where user can…
Piotr Czyż
  • 2,702
  • 2
  • 21
  • 15
0
votes
0 answers

How to change days label of kendoDatePicker from su,mo to sun ,mon?

i using kendoDatePicker and i want to change labels of days at the top of the datepicker content from Su,mo ect to sun, mon.
Abdul Manan
  • 2,255
  • 3
  • 27
  • 51
0
votes
1 answer

Date Picker Validations

I have the following demo What I would like to achieve here is when the Edit button is clicked 1) Date picker should have dates which are greater than End Date if Proj End Date is is empty 2) Date picker should have dates which are greater than Proj…
Jacob
  • 14,463
  • 65
  • 207
  • 320
0
votes
2 answers

kendo datepicker remove default css class k-picker-wrap

I am using the Kendo-datepicker,i want to remove the CSS class "k-picker-wrap" which is appending to span tag inbuilt is it possible to remove it?
Nagaraj M
  • 3
  • 9
0
votes
1 answer

How to make kendoDatePicker popup

I have two kendo date pickers. I want to be able to make the other one popup after a date is selected on the first one. Here is my code snippet: $(this.oParentDiv.find('.datePicker')).kendoDatePicker({ format: "yyyy-MM-dd", …
user5393483
0
votes
1 answer

Datepicker control is not displayed correctly inside of kendo ui template

I have a kendo ui template with a datepicker control I'm using a Windows…
alazbetty
  • 19
  • 7