Hi Chris,
Thank you for writing.
The
NullDate property sets a date which if gets selected will display in RadDateTimePicker the value of the
NullText property. The only difference of the
NullableValue property and the
Value property is just that it also accepts
null. Setting the
NullableValue to
null or calling the
SetToNullValue method will clear the selection in the calendar, however on the next opening in the calendar it will show the last selected date. For additional information please read the following articles:
RadDateTimePicker Properties and
Set Null or Empty Value.
If you would like to explicitly focus on the
NullDate and have your
RadDateTimePicker.Value equal to the
NullDate, I would suggest calling the
SetValueOnly method of the
DateTimePickerElement. Please see my code snippet below:
I hope this information helps. Should you have further questions, please do not hesitate to write back.
Regards,
Hristo Merdjanov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.