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

[Solved] Very VERY Weird bug - certain inputs don't work

2 Answers 54 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Raymond
Top achievements
Rank 1
Raymond asked on 23 Aug 2011, 12:24 AM
I'm using build 2011.1.315 and the currency textbox like this:

<%

 

= Html.Telerik().CurrencyTextBoxFor(model => model)

 

.Spinners(

 

false)

 

.DecimalDigits(2)

.NumberGroupSize(3)

.NumberGroupSeparator(

 

",")

 

.MinValue(0)

.MaxValue(9999999999)

%>


now, type in this number: 2054.68

The control will NOT let you -- instead, it converts it to 2054.67.

I ran the local Telerik MVC .sln demo project, and it is behaving the same way (not allowing it)... so clearly, this is a Telerik issue.

I just ran the Telerik online demos (I'm assume it is your 2011 Q2 release) and there is no problem.

1. Can some one at Telerik verify that this is a bug in the 2011 Q1 release,
2. That it is fixed in the newest release
3. OR, ideally, a workground so that I don't have to upgrade to the newest release please?

Thank you.

2 Answers, 1 is accepted

Sort by
0
Raymond
Top achievements
Rank 1
answered on 26 Aug 2011, 09:17 PM
Anybody?

Can someone try to reproduce this bug and let me know that they also have this problem? If so, I'll just take the plunge and upgrade to the latest controls... but really, this bug is funny... except it isn't.

Ray
0
Georgi Tunev
Telerik team
answered on 29 Aug 2011, 02:32 PM
Hello Raymond,

Indeed you are right - such problem exists in Q1 2011 and it is fixed in Q2. This problem hasn't been reported before, so I assume that some of the several improvements (you can check the Release Notes in the download page for more details on the subject) that we did to the NumericTextBox for the new release fixed that bug as well, so I would suggest to update your project to the latest version.


All the best,
Georgi Tunev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
NumericTextBox
Asked by
Raymond
Top achievements
Rank 1
Answers by
Raymond
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or