Hi,
In my project one of the input control is RadNumericTextBox and it's allowed range is from --99999999999.999999999999 to 99999999999.999999999999.
So i have given DecimalDigits value as 12. But it is working only for Positive numbers. i.e. if i input -0.000000001 in the NumericTextbox and focus out of the control is resetting to ZERO.
I have tried by making AllowRounding value to 'false' also but no use . So anyone please help me in this.
I should above to insert even negative numbers in the allowed range as shown above.