Is there a possibility to allow a complete "write-through" in the DateTimePicker control? I mean I want to start entering my date and enter it without clicking anywhere.
Printable View
Is there a possibility to allow a complete "write-through" in the DateTimePicker control? I mean I want to start entering my date and enter it without clicking anywhere.
I would guess that it's not possible as it is a picker. If you focus the control though and type a correct date like "22/11/2003" with the keyboard you get the correct date but its not displayd that way.