ADD. RadDateTimePicker - add support for nullable types
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
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.