This is a migrated thread and some comments may be shown as answers.

Tab out issue in maskinputtextbox

1 Answer 68 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Margaret
Top achievements
Rank 1
Margaret asked on 28 Jun 2012, 06:24 AM
In Maskinputtextbox(Numeric, currency), if user tabs, the focus does not go the to next control, instead it tabs within the control itself. Please find the screenshot for details.

1) Screenshot 'initial stage' shows the initial stage when the control is focused.
2) Screenshot 'first_tab_out' details the first tab out scenario
3) Screenshot 'second_tab_out' details the second tab out scenario

Same issue occurs for the subsequent tab outs till the mask is defined. After that, the next control is focused.
For our project, we want the focus to shift to the next control on first tab out.

1 Answer, 1 is accepted

Sort by
0
vk
Top achievements
Rank 1
answered on 29 Jun 2012, 10:06 AM
Hi,
Just set SectionsNavigationMode property to None.

<telerik:RadMaskedNumericInput SectionsNavigationMode="None" />

Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Margaret
Top achievements
Rank 1
Answers by
vk
Top achievements
Rank 1
Share this question
or