This is a migrated thread and some comments may be shown as answers.

Values for MaxValue and MinValue auto assigned to 0

0 Answers 115 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Jesuraja
Top achievements
Rank 1
Jesuraja asked on 13 Feb 2018, 08:24 AM

I have the RadNumericTextBox, which don't have MaxValue and MinValue (attribute not added). In my page, based on calculation, the value will be set in the RadNumericTextBox.  First time the calculated value is 0.0 and set to RadNumericTextBox as 0.0. Then I tried with another calculation, the value is 10.0. But this time, I got the following exception (ArgumentOutOfRangeException).

 

           Value of '10.0' is not valid for 'Value'. 'Value' should be between 'MinValue' and 'MaxValue'.

 

Looking like the value for MaxValue and MinValue automattically set as 0 at the first time.

 

Please help on this ASAP

No answers yet. Maybe you can help?

Tags
NumericTextBox
Asked by
Jesuraja
Top achievements
Rank 1
Share this question
or