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

TabNavigation issue

1 Answer 46 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Titus
Top achievements
Rank 1
Titus asked on 11 Sep 2012, 06:08 PM
Hello there!

Is there any reason why the TabNavigation doesn't work as expected in the following snippet of code:
<telerik:RadMaskedTextInput x:Name="LastNameInput" Grid.Row="1" Grid.Column="1" Margin="0 5" HorizontalAlignment="Stretch"                                                         
                                                       Text="{Binding LastName, Mode=TwoWay, ValidatesOnDataErrors=True, NotifyOnValidationError=True}"
                                                       InputBehavior="Insert"
                                                       EmptyContent="Enter your last name"
                                                       Placeholder="{Binding Placeholder, Mode=OneWay}"
                                                       Mask="a50" TextMode="PlainText"
                                                       IsClearButtonVisible="False" TabNavigation="Local"
                                                       />
I'm expecting to see the Tab key caret jumping to the next control after one hit.
Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Titus
Top achievements
Rank 1
answered on 13 Sep 2012, 03:55 PM
In this case, the solution is to set SectionsNavigationMode to "None". Thanks Tina for pointing me into the right direction!
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Titus
Top achievements
Rank 1
Answers by
Titus
Top achievements
Rank 1
Share this question
or