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

LostFocus on Tab key

3 Answers 93 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
mariusz piatek
Top achievements
Rank 1
mariusz piatek asked on 04 Jul 2011, 11:22 AM
Hello,
How to focus next input control when user press Tab key once. Now If somebody press Tab key carret goes to end of text input, and user must press Tab again to focus next control. It's annoying.

3 Answers, 1 is accepted

Sort by
0
Alex Fidanov
Telerik team
answered on 04 Jul 2011, 12:00 PM
Hello Mariusz Piatek,

For this, you can set the KeyboardNavigation.TabNavigation property to Local, like this:

<telerik:RadMaskedTextInput KeyboardNavigation.TabNavigation="Local"/>

This way, the control tab navigation will ignore the mask sections.

Greetings,
Alex Fidanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jason
Top achievements
Rank 1
answered on 23 Feb 2013, 11:35 AM
I'm having this problem too.

I've set the TabNavigation="Local" and it does the same thing, two tabs to get to next field??

Any ideas??
0
Jason
Top achievements
Rank 1
answered on 23 Feb 2013, 12:05 PM

UPDATE

I just had to set

SectionsNavigationMode="None"


That did the trick!
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
mariusz piatek
Top achievements
Rank 1
Answers by
Alex Fidanov
Telerik team
Jason
Top achievements
Rank 1
Share this question
or