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

MaskedInputExtensions.Minimum Typing Problem

1 Answer 70 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Di
Top achievements
Rank 1
Di asked on 25 Jul 2013, 05:58 PM
I have the following RadMaskedNumericInput:

<telerik:RadMaskedNumericInput Name="txtPercentage" Value="{x:Null}" maskedInput:MaskedInputExtensions.Minimum="20" maskedInput:MaskedInputExtensions.Maximum="100" IsClearButtonVisible="False" Mask="###" Placeholder=" " HorizontalContentAlignment="Right" HorizontalAlignment="Left" VerticalContentAlignment="Center" ToolTipService.ToolTip="%" />

and since the minimum value is 20, it won't let me type any digits. 'cause 0,1,2,3,4,5,6,7,8,9 separately are all less then 20.

What do I do?

Di.

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 26 Jul 2013, 09:40 AM
Hi Di,

We understand your frustration. We have designed this property to mainly provide a functionality to input only positive numbers by setting Minimum to 0.  We highly encourage you to use Validation with DataAnnotations which is demonstrated in the attached project. We hope it helps you proceed further.

Regards,
Petar Mladenov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Di
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or