Completed
Last Updated: 30 Oct 2019 08:19 by ADMIN
Release R3 2019 SP1
Dinko
Created on: 20 Sep 2019 11:08
Category: MaskedInput
Type: Bug Report
1
MaskedInput: IsTabStop and Focusable properties are not respected
Setting these properties you can still select the control and change the text inside. 
1 comment
ADMIN
Vicky
Posted on: 14 Oct 2019 13:38

Hi,

The MaskedInput control features a MaskedInputExtensions class which allows further control customization. It can be accessed in XAML through the xmlns:maskedInput="clr-namespace:Telerik.Windows.Controls.MaskedInput;assembly=Telerik.Windows.Controls.Input" namespace. This class has a property which can be used to control the keyboard navigation - the IsEditorTabStop property.

Please, use this property as follows to exclude the control from the keyboard navigation:

<telerik:RadMaskedTextInput maskedInput:MaskedInputExtensions.IsEditorTabStop="False" />

Regards,
Vicky
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.