Hi,
I am trying to use a DateTime Picker control and am having issues when typing in dates. I have one control that works fine when I type in a date like “1/1/10”. The other control always cuts off the first character that I type in, leaving the field as: “/1/10”. They are the same controls so I am not sure why the one is doing this.
I always have to go back to the beginning of the field and retype in the 1.
Am I doing something wrong or is there a fix for this?
Thanks,
Thanks! The timer is generating a round trip causing the DateTimePicker to try to format the typed value which is incomplete while you are typing. Logged as WJ-8324.
I am attaching a project that has the issue in it. I believe it has something to do with the user controls and timers.
Here is another video showing the issue on the attached solution: https://www.screencast.com/t/sLHXe3nukKS
Thank you for your help,
Levie
Hi Levie,
I have tried to reproduce that here but failed so far. Can you please share some more details / code ?
Are those DateTimePicker controls located on the same form ? Do they have the same Format / Locale. Any Events attached to them ?
Thanks in advance !
Best regards
Frank
Please login first to submit.