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

NumericInput and the last number

1 Answer 30 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Leonard
Top achievements
Rank 1
Leonard asked on 18 Feb 2013, 12:23 PM
Good morning all.

This is how a try to use this control:

<telerik:RadMaskedNumericInput Value="{Binding Path=ec, Mode=TwoWay}"
                                                           maskedInput:MaskedInputExtensions.Maximum="99999999"
                                                           maskedInput:MaskedInputExtensions.Minimum="0"
                                                           AutoFillNumberGroupSeparators="False"
                                                           TextMode="MaskedText" Mask="#8.0" IsClearButtonVisible="False" AutoFillZeros="False" />



i need write 8 digit number more than 0, well when try to write the last number this change when write any number.

E.g, the number 12345678
If type 7 -> 12345677
If type 1 -> 12345671
If type 3 -> 12345673

Any solution for this?

1 Answer, 1 is accepted

Sort by
0
Leonard
Top achievements
Rank 1
answered on 18 Feb 2013, 12:39 PM
Thanks,

i found a solution only i need the property "IsLastPositionEditable=false"


Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Leonard
Top achievements
Rank 1
Answers by
Leonard
Top achievements
Rank 1
Share this question
or