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

IsTabStop false ignored on InputBox

2 Answers 118 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
4ward s.r.l.
Top achievements
Rank 1
4ward s.r.l. asked on 21 Dec 2009, 05:41 PM
I need to skip the inputBox focus on Tab in order to speed up data entry through keyboard, but even if we set IsTabStop property to false on the DatePicker, the InputBox on its left is still getting focus on Tab, is it possible to change this behaviour ?

Thanks and regards,

Ivan

2 Answers, 1 is accepted

Sort by
0
Accepted
Konstantina
Telerik team
answered on 22 Dec 2009, 02:57 PM
Hello,

Straight to your question.

To skip the focus on the DatePicker, you have to set the IsTabStop property to false to the PickerTextBox (PickerTextBox is part of the DatePicker).To get the PickerTextBox template you can create one DatePicker in Blend, and then right-click on it and Edit Template. After that Blend will generate all templates for you and after finding the one of the PickerTextBox you can set the property there. You can see the attached project for more details.
If you have any need of further assistance please feel free to ask again.

Best wishes,
Konstantina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
4ward s.r.l.
Top achievements
Rank 1
answered on 22 Dec 2009, 11:10 PM
Thanks ! It's perfect !
Tags
DatePicker
Asked by
4ward s.r.l.
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
4ward s.r.l.
Top achievements
Rank 1
Share this question
or