Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Ajax > Checkbox control "moves" in disabled state when mouse is over
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Checkbox control "moves" in disabled state when mouse is over

Feed from this thread
  • Vladimir avatar

    Posted on Feb 16, 2011 (permalink)

    Dear Sir/Madam,

    I have a problem with displaying checkbox (RadButton) control in disabled state. The mouse is over the check box, button moves
    "up" from the mouse.

    Below is the button description in .aspx.

    I change it's state to "Disabled" in the Page_Load.

    Thanks for answer in advance.

    <telerik:RadButton

     

     

     

     

    runat="server"

     

     

     

     

     

    Text=""

     

     

     

     

     

    ButtonType="ToggleButton"

     

     

     

     

     

    OnKeyDown="return keyEnterToTab();"

     

     

     

     

     

    ToggleType="CheckBox"

     

     

     

     

     

    AutoPostBack="false"

     

     

     

     

     

    ID="chkNoCompounds"

     

     

     

     

    >

     

     

     

     

     

    </telerik:RadButton>

     

  • Pero Pero admin's avatar

    Posted on Feb 17, 2011 (permalink)

    Hello Vladimir,

    This problem was present in the 2010.03 1109 version of the RadControls for ASP.NET Ajax, but is fixed in the latest version of the controls. Please update your application to use the current official version of the RadControls for ASP.NET Ajax, and the problem should disappear.

    Regards,
    Pero
    the Telerik team

  • Vladimir avatar

    Posted on Feb 17, 2011 (permalink)

    Thank you very much! After the upgrade everything is ok

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Ajax > Checkbox control "moves" in disabled state when mouse is over