Is there a way to have the cursor position on the left starting position of the textbox when the textbox gets the focus when the user tabs to the control?
It now always starts at the right most position after the format: dd-MM-yyyy <-- here
I guess if the control has an onFocus event it would be possible using javascript.
thx in advance!