On my form, when I tab into a textbox containing a short date (with an input mask of short date) it highlights the entire date. This is fine because if my user starts typing - they will start keying in an entire date. But many of my users do not need to change the entire date so they press the left or right arrow keys expecting to move the cursor to just the month or the day in the field so they can change two numbers instead of all of them - but instead the arrow key moves the focus to the next date box. Is there a way that I can change it so that either:
a) arrow keys never navigate my form (only move the cursor in textboxes and navigate the drop down of combo boxes)
OR
b) left and right arrow keys bring up the cursor in a text box not navigate to the next textbox?
Thanks!
a) arrow keys never navigate my form (only move the cursor in textboxes and navigate the drop down of combo boxes)
OR
b) left and right arrow keys bring up the cursor in a text box not navigate to the next textbox?
Thanks!