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

[Solved] Unpredictable Format Behavior

1 Answer 90 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.
Luis
Top achievements
Rank 1
Luis asked on 19 Jan 2011, 05:50 PM
I am using  2 numeric textboxes and 2 currency text boxes on an edit page that gets displayed (in DetailView)  when the respective tab is clicked in the Grid. The formating for the currency and numeric textboxes doesn't get displayed correctly at all times. It may display correctly for some grid elements and it won't for others (the result is not always the same for each of grid items). Any ideas? By the way, I am using MVC3 RTM.


@Html.Telerik().NumericTextBoxFor(a => a.Dti).DecimalDigits(2).Spinners(false).MinValue(0).MaxValue(100)
 
@Html.Telerik().CurrencyTextBoxFor(a => a.LoanAmount).Spinners(false).DecimalDigits(2)

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 19 Jan 2011, 06:24 PM
Hello Luis,

 
Unfortunately it is hard to determine what could cause the aforementioned behavior. I will ask you to send us a simple test project which reproduces the depicted issue. Thus we will investigate it locally and advice you further. 

Best wishes,
Georgi Krustev
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
NumericTextBox
Asked by
Luis
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or