Unplanned
Last Updated: 03 Aug 2016 11:17 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 11:17 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: DateTimePicker
Type: Feature Request
0
A client could change the TimeZoneInfo in the DateTimePicker control so it will shows the DateTime information different from the current machine.
Unplanned
Last Updated: 03 Jan 2017 20:54 by ADMIN
ADMIN
Created by: Geri
Comments: 0
Category: DateTimePicker
Type: Feature Request
0

			
Unplanned
Last Updated: 16 Nov 2016 20:32 by Ivan
Created by: Lisitsa
Comments: 1
Category: DateTimePicker
Type: Feature Request
4
There should be a property like StringFormat, which can be set to something like "dd.MM". This is really common way across all wpf controls, and it's frustrating that currently it can be done only using code-behind. It's not MVVM friendly at all.
Completed
Last Updated: 23 Jun 2014 08:09 by ADMIN
Completed
Last Updated: 14 Apr 2015 15:12 by ADMIN
This is the error: This feature requires service 'Microsoft.Windows.Design.Services.ValueTranslationService' to be present, but it could not be located.

Unplanned
Last Updated: 03 Jan 2017 20:38 by ADMIN
Research and implement if possible to choose seconds TimeInterval.
Completed
Last Updated: 12 Jan 2016 12:02 by ADMIN
Completed
Last Updated: 14 Sep 2016 13:14 by ADMIN
This is an issue with both a binding and a hard-set value
Completed
Last Updated: 14 Jul 2015 06:12 by ADMIN
If the InputMode of the DateTimePicker is set to TimePicker the DateTimeWatermarkContent states €œEnter Date€ and it should state €œEnter Time€.
Unplanned
Last Updated: 03 Jan 2017 21:02 by Chris
ADMIN
Created by: Telerik Admin
Comments: 2
Category: DateTimePicker
Type: Feature Request
6
Implement two-digit year parsing referred as €œThe 2029 Rule€ in the control like the parsing in Excel.
Examples:
In Excel: typing 1/1/70 returns 1/1/1970
In RadDatePicker: typing 1/1/70 returns 1/1/2070
For more information use the description at this link
Completed
Last Updated: 17 Nov 2014 07:15 by ADMIN
When you set, for example, DisplayDateStart to 1/1/2011, DisplayDateEnd to 1/1/2012 and DateSelectionMode to Year, the RadDateTimePicker displays 2010 too. You can interact with the years within the range but not with the additional one. The way to avoid this activity is to set DisplayDateStart to 2/1/2011 (according to the given example) but the day corresponding to the 1/1/2011 will not be included.
Unplanned
Last Updated: 03 Jan 2017 20:44 by ADMIN
Currenly if you update the Value it will update the text as well preventing further digits to be entered in a meaningful way.
Unplanned
Last Updated: 03 Aug 2016 11:18 by ADMIN
For example if you have 12:00 selected and input 15:03 in the WatermarkTextbox- 12:00 item of the Clock is still selected
Unplanned
Last Updated: 03 Jan 2017 20:48 by ADMIN
When FlowDirection is RTL, navigating in Calendar and Clock is inverted- pressing left arrow moves the selection to the right and vice versa.
Unplanned
Last Updated: 03 Jan 2017 20:49 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: DateTimePicker
Type: Feature Request
2

			
Completed
Last Updated: 13 Jan 2016 14:55 by Scott
ADMIN
Created by: Telerik Admin
Comments: 1
Category: DateTimePicker
Type: Feature Request
14
Added TodayButtonVisibility and TodayButtonContent properties for showing/hiding a button that selects current date and time - available in the 2016 Q1 Release.
Unplanned
Last Updated: 03 Jan 2017 21:06 by ADMIN
When StartTime = EndTime all hours are visable (12 am - 11pm)
Workaround:
Select EndTime in one hour interval from StartTime (10:00 - >10:01). In this situation only 10:00 will be visible
Completed
Last Updated: 23 Feb 2018 12:54 by Khaled
ADMIN
Created by: Telerik Admin
Comments: 5
Category: DateTimePicker
Type: Feature Request
14
Create property that allows to open the dropdown on focus or change the implementation of the control so this can be achieved by code.