Class | Description |
---|---|
AjaxDatePicker |
Provides a Kendo UI ajax date-picker
AjaxDatePicker & local.AjaxDatePicker share the same code |
AjaxDateTimePicker |
Provides a datetime-picker based on a
AjaxDatePicker and a AjaxTimePicker This ajax version will post both components, using a JQueryAjaxPostBehavior , when the 'change' javascript method is called. |
AjaxTimePicker |
Provides a Kendo UI ajax date-picker
AjaxTimePicker & local.AjaxTimePicker share the same code |
DatePicker |
Provides a Kendo UI date-picker based on a
LocalTextField The code is quite identical to the jQuery DatePicker |
DateTimePicker |
Provides a datetime-picker based on a
DatePicker and a TimePicker |
LocalTextField<T> |
Base class for
DatePicker and TimePicker |
TimePicker |
Provides a Kendo UI time-picker based on a
LocalTextField It should be created on a HTML <input type="text" /> element |
Copyright © 2017 7thWeb. All rights reserved.