Completed
Last Updated: 14 Sep 2016 13:45 by ADMIN
ADMIN
Telerik Admin
Created on: 05 Jun 2012 14:16
Category: UI for Silverlight
Type: Bug Report
11
IsTabStop = False does not take any effect
When IsTabStop = False the focus is going through :

 *  RadAutoCompleteBox
 *  RadComboBox (when IsEditable is set to True)
 *  RadNumericUpDown
 *  RadMaskedTextInput
 *  RadDatePicker
 *  RadDateTimePicker

Available in the R3 2016 Release.

For RadAutoCompletebox, RadComboBox, RadDateTimePicker and RadNumericUpDown, the TabNavigationExtensions.IsTabStop attached property should be used to indicate whether the control is included in the tab navigation cycle.

For RadMaskedTextInput, MaskedInputExtensions.IsEditorTabStop attached property should be used.
0 comments