I would like to know if the WPF RadDatePicker control offers a built-in clear button functionality to remove the selected date.
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 29 May 2023, 11:29 AM
Hello,
RadDatePicker doesn't have a built-in clear value button. To achieve your requirement, you can add an extra button and remove the SelectedDate on click of that button. You can position the button next to the RadDatePicker in the view, or you can create a customized version of the RadDatePicker's ControlTemplate and add the button there.
Also, there is a feature request to add a clear button which you can find logged here.