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 });