Questions tagged [kendo-datetimepicker]

Kendo-datetimepicker allows the user to select a date and a time and to display the date and time with a specified format.

The Kendo datetimepicker is a Kendo-UI widget that can be theme able as well as allowing various customization.

  • Supports globalization
  • Easily set timezone
  • In-built range selection functionality
  • Supports keyboard navigation

Resources


Related tags

72 questions
0
votes
1 answer

How to write a custom picker widget for a kendo ui grid?

I want to add a custom editor to a particular field in the kendo grid. The target cell must display a icon (similar to dropdown list),and on click i need a window/form popup below the trigger, containing form elements and a grid. Is it possible?
0
votes
1 answer

how to bind kendo datetime picker with knockout observable element?

I have a observable property which should be bound to kendo datetime picker. The property has a default value. When the observable property is bound to kendo datetime picker, the value should be shown. On update of date and time through the picker…
user2439903
  • 1,277
  • 2
  • 34
  • 68
0
votes
1 answer

Kendo Ui: DateTimePicker not showing icons to select date and time

I am trying to have a date time picker in my view. This is what I have done @{ ViewBag.Title = "CreateAppointment_SetDate"; Layout = "~/Views/Shared/_Layout.cshtml"; …
Cybercop
  • 8,475
  • 21
  • 75
  • 135
0
votes
2 answers

Using kendoDateTimePicker's value to update kendoGrid dataSource filter isn't working

I have a Kendo DateTime selector on a page, from which I take its value (instance of Date according to Kendo docs http://docs.kendoui.com/api/web/datetimepicker#methods-value), and then I'd like to insert it into a kendoGrid's dataSource filter. The…
Katya S
  • 1,321
  • 3
  • 17
  • 31
0
votes
1 answer

how to get null date from kendo date picker in jquery mvc 3

can i get null date ? if i do not enter any date from datepicker. I want to show date control blank and if user do not enter or select any date then it return null.I am using Kendo Ui.
Akil M Belim
  • 115
  • 9
0
votes
2 answers

Convert kendodatepicker format to .Net DateTime

The Json value of kendodatepicker that is received at .net csharp code is "\"2013-11-18T03:38:21.843Z\"" What is the best and universal way to parse/convert this format to c# DateTime ?
user2837167
  • 221
  • 1
  • 5
  • 15
0
votes
1 answer

How to override the value() from a kendoDatePicker when this the DatePicker is used in Grid Filter menu customizatio

Currently, the grid is defined as this: $('#gridManagers').kendoGrid({ dataSource: dataSourceManagers, columns: [ { field: 'First', title: 'FirstName' }, { field: 'HireDate', format: "{0:dd-MM-yyyy}",…
Stef Heyenrath
  • 9,335
  • 12
  • 66
  • 121
0
votes
1 answer

Ajax call returning Partial View with Kendo datepicker not refreshing properly

I am adding to a list of elements through an ajax call. The ajax call sends information to controller, controller adds everything to database, then grabs all the items for the list from the database, adds the items to a view model, then returns a…
Aarron H
  • 185
  • 1
  • 15
-1
votes
1 answer

KendoDateTimePicker the drop-down list will consist only two entries

KendoDateTimePicker the drop-down list will consist only two entries - "9:30 AM" and "14:30 PM"
-1
votes
1 answer

Can't my first Kendo UI widget to work?

I'm trying to learn Kendo and want to a basic DateTimePicker using Kendo UI Core. I've added the following links to the head and code from the example but it only returns a basic input box with no datepicker or anything else. It seems like I'm…
-1
votes
1 answer

Kendo DateTimePicker changes format after submitting

I have kendo datetimepicker in kendo grid popup editor. I describe field in model with format: [DisplayFormat(DataFormatString = "{0:dd.MM.yyyy HH:mm:ss}", ApplyFormatInEditMode = true)] public DateTime Date { get; set; } And in…
www1986
  • 101
  • 1
  • 9
-1
votes
1 answer

Kendo UI does not work with jQuery-2.1.1

Currently i am working with jQuery-2.1.1, angularJs-1.3.12 and Kendo UI v2014.3.1316. i used component such as grid, drop down list and date time picker from Kendo UI. but none of these components are working except kendo grid and please find below…
Lilan Sameera
  • 39
  • 1
  • 11
1 2 3 4
5