jQWidgets Forums

jQuery UI Widgets Forums Editors CheckBox, RadioButton CheckBox disabled

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • CheckBox disabled #52733

    GirishVS
    Participant

    MVC 5
    Jquery 2.0.3
    Upgraded to jqwidgets 3.2.2, CheckBox shown as disabled on all screen.

    CheckBox disabled #52739

    Peter Stoev
    Keymaster

    Hi GirishVS,

    Checkboxes are disabled when the “disabled” property is set to true. Ex: http://jsfiddle.net/jqwidgets/uZd4y/. Otherwise, Checkboxes are enabled and can be clicked. I suggest you to check whether all the CSS and Script files are updated to the latest version.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    CheckBox disabled #52743

    GirishVS
    Participant

    This was working before, looks disabled after migrating to jqwidgets 3.2.2.
    Tried even updating to jquery 2.1.0 , still the same.

    HTML:
    <td align=”left”><div class=”labelValue” id=’chkCompanyIsActiveAdd’></div></td>

    JS:
    $(“#chkCompanyIsActiveAdd”).jqxCheckBox(‘check’);

    CheckBox disabled #52753

    Peter Stoev
    Keymaster

    Hi GirishVS,

    We cannot reproduce such issue and btw nothing has changed about jqxCheckbox. So, if you do not mind, please share a sample which demonstrates your scenario and for that you can use jsfiddle.net or just post a full sample here in the Forum.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.