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

Becomes read on when IsTabStop=false

1 Answer 27 Views
WatermarkTextBox
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 01 Feb 2013, 07:07 PM
I can't focus on the watermarktextbox when I set isTabStop=false

1 Answer, 1 is accepted

Sort by
0
Accepted
Alek
Telerik team
answered on 04 Feb 2013, 03:26 PM
Hi,

Actually this is expected behavior - there are differences between how this property performs in Silverlight and WPF.

MSDN statement regarding isTabStop property is as follows:

"If IsTabStop is false, the control is excluded from tab navigation. In addition, if IsTabStop is false, the control cannot receive input focus." (link)

RadWatermarkTextBox inherits from Microsoft TextBox and the property cannot be overridden.

All the best,
Alek
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
WatermarkTextBox
Asked by
danparker276
Top achievements
Rank 2
Answers by
Alek
Telerik team
Share this question
or