This question is locked. New answers and comments are not allowed.
We are currently working with Version 2011.3.1115.340 of Telerik.Web.Mvc and having an odd display issue in IE7 when using the "sitefinity" skin.
When we display a decimal using the following EditorTemplate:
The number is displayed multiple time with a offset by a few pixel (see attachment). Imho there is an issue in the template, using for instance the default template does work and yields to the expected result.
When we display a decimal using the following EditorTemplate:
<%@ Control Language="C#" Inherits="ProjectWeb.Mvc.Common.ViewUserControlBase<decimal?>" %><%= Html.Telerik().CurrencyTextBoxFor( m => m ) .InputHtmlAttributes( new {style = "width:100%"} ) .CurrencySymbol( "€" ) .PositivePatternIndex( 3 ) .NegativePatternIndex( 8 )%>The number is displayed multiple time with a offset by a few pixel (see attachment). Imho there is an issue in the template, using for instance the default template does work and yields to the expected result.
