This question is locked. New answers and comments are not allowed.
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)