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

RadNumericTextBox Decimal Point Issue

5 Answers 110 Views
Input
This is a migrated thread and some comments may be shown as answers.
Michael Malone
Top achievements
Rank 1
Michael Malone asked on 07 Feb 2012, 10:46 PM
I just noticed a strange behavior in the RadNumericTextBox. If a user wants to enter ".50" and they type "." and then "50", the decimal point automatically moves itself from the beginning of the sequence to the end. So the user ends up with "50" instead of ".50". Any idea around this?

5 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Feb 2012, 05:26 AM
Hello,

I have tried to reprodue the same but no avail. I am using the version 2011, 2, 915, 35. Also try to reproduce the same in this demo and let me know.

Thanks,
Princy.
0
Michael Malone
Top achievements
Rank 1
answered on 08 Feb 2012, 05:14 PM
The problem occurs when a Value="0" property is set. See the code below.

<telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" Type="Number" NumberFormat-DecimalDigits="2" ShowSpinButtons="true" IncrementSettings-InterceptArrowKeys="true" IncrementSettings-InterceptMouseWheel="true" IncrementSettings-Step=".25" MinValue="0" MaxValue="24" Value="0" >
</telerik:RadNumericTextBox>
0
Vasil
Telerik team
answered on 09 Feb 2012, 10:31 AM
Hi Michael,

It sound that you are facing the same issue as disused in this forum thread. If this is the case, then download the latest build since it is already fixed.

All the best,
Vasil
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Michael Malone
Top achievements
Rank 1
answered on 09 Feb 2012, 05:12 PM
Before I download the latest build, has this issue been resolved?  

http://www.telerik.com/community/forums/aspnet-ajax/ribbonbar/rendering-issues-with-2011-3-1305.aspx 
0
Vasil
Telerik team
answered on 13 Feb 2012, 09:12 AM
Hi Michael,

The rendering issue discussed in the other thread is not fixed yet.

Kind regards,
Vasil
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Input
Asked by
Michael Malone
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Michael Malone
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or