Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
what is wrong with Mask="CCCCCCCCCCCCCCCCCCCCCC" in xamDateTimeEditor?
posted

I posted the question How to use Keywords and Custom Entry in XamDateTimeEditor a while ago. I did implement a converter that can interpret my commands and make valid dates out of them. But as soon as I pick a date from the DatePicker xamDateTimeEditor considers it an invalid date.

In the example solution I did not add the ValueConverter. Therefore the date is always invalid, whether entered manually or selected with the Picker.

Why is that and how can I fix it while maintaining my ability to interpret commands? According to an answer by Alex Finadov to my original question that should be possible by now.

XamDateTimeTest.zip