Dear,
I use RadNumericTextBox with these options:
MinValue = 0
MaxValue = 9999999
NumberFormat.DecimalDigits = 2
MaxLength = 10
ShowSpinButtons = true
I see specific problem when I use any decimals. When I click on arrows (or type keyboard arrows) it increases/decreases by 1, but sometimes it stops on specific number (e.g. for 8.42 arrow down do nothing or for 63.42 arrow up doesn't work). I think there is a problem with javascript rounding and 8.42 - 1 is sometimes like 7.419999999999. It looks like a inner bug of the component.
Is it possible to format number first and make validation of length aftewards?
Is there any workaround for it?
Thank you