Completed
Last Updated: 04 Jun 2012 01:33 by Jesse Dyck
ADMIN
Stefan
Created on: 22 Feb 2011 06:18
Category: Editors
Type: Feature Request
6
ADD. RadDateTimePicker - add support for nullable types
ADD. RadDateTimePicker - add support for nullable types
2 comments
Jesse Dyck
Posted on: 04 Jun 2012 01:33
Hi All, 

I am using the RadDataTimePicker control ( 2012 Q1 version Telerik version)  and i am using in my WPF application. 

The issue is RadDataTimePicker  some time not  showing the binded DateTime data.  out of 10 times 2 time not shows the data.  Thi
Jesse Dyck
Posted on: 24 Feb 2011 04:13
In general all Telerik Controls should suppport null values in the way c# does for values.
For example: datetime? a = null. It should be possible to set variable a to the RadDateTimePicker.