This question is locked. New answers and comments are not allowed.
Hello,
I have a bug where if I disable a numeric textbox in Internet explorer, it seems I have two values over each other causing a "bold" effect. see screenshot and code below;
Any input appreciated, thanks.
I have a bug where if I disable a numeric textbox in Internet explorer, it seems I have two values over each other causing a "bold" effect. see screenshot and code below;
@(Html.Telerik().NumericTextBox() .Name(propertyName) .InputHtmlAttributes(new { style = "width:100%", id = Id, required= Required }) .HtmlAttributes(new { style = "width:100%" }) .EmptyMessage(EmptyMessage) .MinValue(MinValue) .MaxValue(MaxValue) .Value((double)Model) .Spinners(false) .Enable(!ReadOnly)) <--- ReadOnly is false
Any input appreciated, thanks.
