Questions tagged [kendo-timepicker]

A time picker component of Kendo UI framework.

Time picker is a Kendo UI () component.


Related tags

15 questions
2
votes
0 answers

Why is my angular kendo- timepicker not displayiing buttons until i hit refresh on the page?

I am using a kendo-timepicker control that's mentioned here as below Now when the page renders, sometimes the 'cancel' and 'set'…
2
votes
1 answer

Parsing error while converting javascript datetime into C#

I am using kendo time picker to show time on the UI. The widget submits the time in the following format Mon May 16 2016 01:00:00 GMT-0500 (Central Daylight Time) I followed the article here to convert the datetime into .Net datetime object However…
LP13
  • 30,567
  • 53
  • 217
  • 400
1
vote
2 answers

How to make default time selection in kendo-time-picker

I'm using kendo-time-picker in my angular js project. The dropdown default is blank. But, when i open the dropdown it should show 8:00 AM as a first time. How can i achieve that. Below is my code snippet.
1
vote
2 answers

Set interval in kendo-timepicker

I use kendo-timepicker with angular 5. I need to set the time interval dynamically based on the value chosen in the drop down. By default, interval is set to 1 minute. If I select 15 minutes in the drop down, then kendo-timepicker interval should be…
Yuvaranjani
  • 300
  • 2
  • 12
1
vote
1 answer

Timespan Custom Model Binder

I have a string type of a Time(ex: 5:00 PM) from a razor and I want to bind it to timespan when passing it to the controller. Sample Code: Razor: @model Project.Models.MyModel @Html.TextBoxFor(m => m.Time, new { @class = "sTime" , @id = "txtTime"…
Incodenito
  • 11
  • 4
1
vote
1 answer

Kendo TimePicker Initial Time in List

I have a kendo DateTimePicker plugin (open source) in which it shows times from 12 AM to 11:30 PM. I was wondering, if on clicking the time button, I could start the list at 7:30, instead of the first item of the list at 12:00 AM? Is there a way I…
Brian Mains
  • 50,520
  • 35
  • 148
  • 257
0
votes
1 answer

Change Kendo UI Timepicker Highlighted Text Color

How we can change the highlighted text color area in kendo ui time picker. KENDO UI TIMEPICKER - https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/ As you see in this image, 10:30 AM is the highlighted area. I want to change…
Cipher
  • 2,060
  • 3
  • 30
  • 58
0
votes
0 answers

Calendar and Time picker not opening in Kendo Grid when upgraded to Kendo 2020.1.219

When i am clicking on the calendar and clock icon in datepicker it is going to the start of the grid and none of the date or time picker is opening and in one case the icon is also not loading. this is happening when i have upgraded kendo from…
0
votes
1 answer

kendo timepicker " yyyy-mm-ddThh:mm:ss.000Z" how to change hh:mm format

I am using kendo ui using time picker 24h display success but I am get it data yyyy-mm-ddThh:mm:ss 000z but I need hh:mm only. How to change it? Get it time value : "2018-10-07T19:30:00.000Z" my need: selected time only 09:10
0
votes
0 answers

kendo time picker not setting ng-model when "10:0" like data entered

ng-model is not updating with value when entering "10:0" (not full time, but time picker automatically full fills it). ng-model is set undefined.
0
votes
0 answers

Kendo time picker control not considering daylight saving

I have MVC 5 application. I have the following workflow: Select a time from kendo time picker control -> On server converts that time into UTC -> Store UTC time in the database -> Retrieve UTC time from DB -> Bind it back to time picker control …
LP13
  • 30,567
  • 53
  • 217
  • 400
0
votes
1 answer

Kendo TimePicker MVVM binding to OData Result

I have a model from an odata endpoint that I bind to a form and the only control that wont play ball is the time picker ... Here's initialisation code: my.api.get("odata url", function (res) { var model = new kendo.observable(res); var…
War
  • 8,539
  • 4
  • 46
  • 98
0
votes
1 answer

kendo timezone directive in angularjs

I want to select kendo timezone by dropdownlist.I have search kendo-timezone directive in angularjs but i have not found.I want to kendo timezone directive like that "kendo-date-picker(this is timepicker directive in angularjs)".If you have any idea…
Sundar
  • 142
  • 1
  • 15
0
votes
0 answers

Kendo UI TimePicker does raise change event on keyup event

I am a having a TimePicker and I would like to bind the keyup event. The below code is not working.
maxspan
  • 13,326
  • 15
  • 75
  • 104
-1
votes
1 answer

How to set Kendo UI TimePicker interval dynamically?

I have a dropdown displays time interval 5,10,15 when i change dropdown ,timepicker interval need to set dynamically Thanks in Advance.
Ramesh
  • 21
  • 4