Is there a way to nullify a datepicker after the value was defined (when the databehind is of type DateTime? ). When I first start the View, the data is null so the datepicker doesn't show any value, as expected. But after setting a date, we cannot go back to null (at least with a touch solution when the picker is opened) -> we can always check a keypress -> Delete, but it would be nicer a third button (ex: ok, cancel and null).
Thank you