Is it possible to change the way the RadDatePicker behaves when I write numbers ?
For example I want to write 0101 and Press Enter, the Date should be 01.01.2017 (if the year is not given the current year should be taken). Instead I get 03.01.0101. Is it possible to reprogram this behavior ?
I see that I can set the AllowParsingWithoutSeparator="True". But still if I write just the year, like 2017 I get a Error or if I write 010110 I get an Error, it is not recognized as 01.01.2010. So I have to overwrite the event ParseDateTimeValue. But the problem now is that I loose all the functionality and I have to write it myself, isn't there a way to keep the default functionality but add the functionality just to write the year ?