This question is locked. New answers and comments are not allowed.
I have the following RadMaskedNumericInput:
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.
<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.
