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

Decimal numeric

1 Answer 56 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
T.Y.
Top achievements
Rank 1
T.Y. asked on 19 Oct 2010, 08:04 AM
Hi,
How I defined my Numeric to be a decimal???
I want that the maximum value will be 1, and the minimum -0, 
THanks

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 20 Oct 2010, 10:28 AM
Hi T.Y.,

To achieve your goal just set  the Minimum and Maximum properties and the NumberDecimalDigits property to fit your requirements. Also, you will have to set the SmallChange and LargeChange properties to a smaller value. For example:

<telerik:RadNumericUpDown SmallChange="0.001" NumberDecimalDigits="4" LargeChange="0.001" Minimum="0" Maximum="1" />

Please let us know if you have any other questions about our controls.

Best wishes,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
NumericUpDown
Asked by
T.Y.
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or