jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: cell "metadata"? cell "metadata"? #53237

    dbs222
    Participant

    Thanks Peter! Looking into this now! -david

    in reply to: A couple of Button Issues A couple of Button Issues #26271

    dbs222
    Participant

    Hi Dimitar- Still trying to figure out whats going on with this issue. I did try to update to 2.9.3, but this did not help- plus it blew up other jqwidgets, in the process. I did notice on an earlier post (http://www.jqwidgets.com/community/topic/button-wrapped-in-a-div-can-be-clicked-even-if-disabled/#post-12752) that someone else was having a similar issue with buttons still be clickable even though they were disabled. The recommendation was not to wrap the button in a div, but to use either button or input instead. My issue is with a buttongroup, which looks to me to be created from a div, which contains the buttons of the group. Wondering if you could point be in the correct direction to troubleshoot this to resolution. Thanks! -david

    Here is the HTML:

    Offending widget is: tpViewButtGrp

    input type=”button” value=”RESET” id=’resetButton’ />

    Here is the JQ:

    $(“#tpViewButtGrp”).jqxButtonGroup({ theme: myTheme, mode: ‘radio’});

    $(‘#tpViewButtGrp’).jqxButtonGroup(‘setSelection’, 0);
    $(“#tpViewButtGrp”).jqxButtonGroup({ disabled: true });

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