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

double numeric value display as integer

1 Answer 88 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Dandan
Top achievements
Rank 1
Dandan asked on 11 May 2009, 09:46 AM
Hi,

I get double numeric value from the user (in xml file) and display it on "NumericUpDown" control. If the user gave, for example, "10", then the control display is "10.00". I want that the control display "10", but will behave like its double number. Is it possible?
If I set "NumberFormatInfo.NumberDecimalDigits" to be "0" and "SmallChange" to be "1", then the control change its behavior to get/set integer values, but I want the control will contains "double" numbers...

Thanks,
Dana

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 11 May 2009, 10:19 AM
Hello Dana,

This is an interesting request and we will surely consider implementing it in RadNumericUpDown for Silverlight future version.

I have updated your Telerik points. Thank you for submitting the request!

Best wishes,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
NumericUpDown
Asked by
Dandan
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or