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

RadTextbox autoconverting point numbers

1 Answer 35 Views
Input
This is a migrated thread and some comments may be shown as answers.
Megan
Top achievements
Rank 1
Megan asked on 01 Apr 2009, 10:10 AM
When I want my textbox to show a value like "0.000001" it automatically converts it to "1E-06". How can I stop it from doing this?

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 01 Apr 2009, 10:49 AM
Hello Megan,

I recommend you the following approach:
<telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server"  NumberFormat-DecimalDigits="6" /> 

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Input
Asked by
Megan
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or