Hi,
if I use the XamDateTimeEditor in dropdown calendar mode and select a date using the calendar, only the date will be set and the time is left empty. Leaving the editor will present the message "The value in the editor is not valid".
How can the time be set to 00:00:00 by default or in code behind after using the calendar?AutoFillDate would be fine for time also...
And how could the above error message could be supressed and handle by my own?
If I use_EditModeValidationError-Event and set e.Handled=true, the messagebox still occurs.
best regards,
cew3
It works, great!
Thanks for your endurance!
Best,cew3
Hello,
I have uploaded the modified sample.
Hi Stefan,
looks great, but....
if you type 11.11.1111 11:11:11 and press enter,
it switches to 11.11.1111 00:00:00
Time gets lost.
I have modified the sample further, so now it works as you want.
Hope it helps you.
sorry for the delay, I didn't see your reply.
In the following video I show you the behaviour I tried to describe in my earlier post:
XamDateTimeEditor_Video.zip
Bestcew3