This question is locked. New answers and comments are not allowed.
When i use RadNumericUpAndDown GotFocus the Tag Property is empty, this is because the TextBox inside the Control receive the focus state instead the control.
Solved using Tag="{TemplateBinding Tag}" on TextBox inside the control usin Style.
Same with TabIndex property.
The OriginalSource parameter is set to TextBox instead the Control.
Is a bug????
Solved using Tag="{TemplateBinding Tag}" on TextBox inside the control usin Style.
Same with TabIndex property.
The OriginalSource parameter is set to TextBox instead the Control.
Is a bug????