User would like to be avoid stopping at a date since it isn't always required. Setting the IsTabStop to False doesn't work. Even after setting the IsTabStop property to false, the cursor continues to stop for each part of the date (mm/dd/yyyy).
2 Answers, 1 is accepted
0
Accepted
Tina Stancheva
Telerik team
answered on 04 Aug 2011, 08:42 AM
Hi Bhavesh,
I will post the answer I sent to your support ticket here as well in case anyone else encounters the same issue:
You can handle the RadMaskedDateTimeInput.PreviewGotKeyboardFocus() event to prevent the control from focusing on Tab key: