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>