This question is locked. New answers and comments are not allowed.
Hi,
When we set the Numeric Range validation as (2 - 10) using MaskedInputExtensions, we are not able to enter 10 in the textbox. We need to enter 9 and then press up arrow to input 10. Please suggest how to solve this issue.
<telerik:RadMaskedNumericInput Height="23" Width="200" maskedInput:MaskedInputExtensions.Maximum="10" maskedInput:MaskedInputExtensions.Minimum="2"/>