Hi
I'm using the radnumbertextbox, and I allow
DecimalDigits=8
Allowronded=false
KeepNotRoundedValue=true
when I type numbers like 0.12345678 everything goes perfect
but when i type 0.0000007 this gives me something like 1e-7
javascript convert this very low value to this expression which is not a number and brake my application
MaxLength is the full length, is MaxDecimalLength missing here ?
is this a bug from the rad control ?
how to resolve this problem ?
regards
I'm using the radnumbertextbox, and I allow
DecimalDigits=8
Allowronded=false
KeepNotRoundedValue=true
when I type numbers like 0.12345678 everything goes perfect
but when i type 0.0000007 this gives me something like 1e-7
javascript convert this very low value to this expression which is not a number and brake my application
MaxLength is the full length, is MaxDecimalLength missing here ?
is this a bug from the rad control ?
how to resolve this problem ?
regards