Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > NumericTextBox > NumericTextBox UI bug in Internet Explorer

Not answered NumericTextBox UI bug in Internet Explorer

Feed from this thread
  • Julien avatar

    Posted on Jan 12, 2012 (permalink)

    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;

    @(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.
    Attached files

    Reply

  • comgiu avatar

    Posted on Feb 2, 2012 (permalink)

    me too

    Reply

  • Dimo Dimo admin's avatar

    Posted on Feb 2, 2012 (permalink)

    Hello,

    Please refer to the following forum thread for more information:

    http://www.telerik.com/community/forums/aspnet-mvc/numericinput/calling-disable-in-a-javascript-client-side-causes-display-issue.aspx#1819343

    Greetings,
    Dimo
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > NumericTextBox > NumericTextBox UI bug in Internet Explorer
Related resources for "NumericTextBox UI bug in Internet Explorer"

ASP.NET MVC NumericTextBox Features  |  Documentation  |  Demos  |  Telerik TV ]