<
Style
TargetType
=
"telerik:RadMaskedNumericInput"
>
<
Setter
Property
=
"FontWeight"
Value
=
"Normal"
/>
<
Setter
Property
=
"Width"
Value
=
"100"
/>
<
Setter
Property
=
"TextMode"
Value
=
"PlainText"
/>
<
Setter
Property
=
"IsClearButtonVisible"
Value
=
"True"
/>
<
Setter
Property
=
"AllowSkipPlaceholders"
Value
=
"False"
/>
<
Setter
Property
=
"AutoFillNumberGroupSeparators"
Value
=
"False"
/>
<
Setter
Property
=
"SelectionOnFocus"
Value
=
"CaretToEnd"
/>
<
Setter
Property
=
"HorizontalContentAlignment"
Value
=
"Left"
/>
<
Setter
Property
=
"input:MaskedInputExtensions.Maximum"
Value
=
"99999"
/>
<
Setter
Property
=
"Mask"
Value
=
""
/>
</
Style
>
The caret is always placed after the fist number when the control is on focus.
I am using 2013 Q3 version