When my users select a date via the Calander control within the DatePicker, the value gets correctly bound to the underlying object. BUT, if the user types the date within t
I found a easier solution where I don't need the DateConverter.
DateConverter
I only bound to the Text Property and use TargetNullValue=''.
Text
TargetNullValue=''