DatePicker.SelectedDate not changing when Text is input

前端 未结 5 757
无人共我
无人共我 2020-12-16 14:23

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

5条回答
  •  天命终不由人
    2020-12-16 15:11

    I found a easier solution where I don't need the DateConverter.

    I only bound to the Text Property and use TargetNullValue=''.

    
    

提交回复
热议问题