Hi,
I have created the button bellow using material-green theme. Using the “inverse” template the button background is “white”. When I disabled the button it correctly gets disabled and the background goes to gray. Which is expected. If I re-enable the button the button gets re-enabled but the background does not get switched back to “white” but rather stay gray (the button becomes clickable).
$(‘#ctrlPaymentCash’).jqxButton({
theme: theme,
imgSrc:”images/cash-50.png”,
imgWidth:32,
imgHeight:32,
width:80,
height:60,
imgPosition: “center”,
template: “inverse”,
textPosition: “bottom”,
textImageRelation: “imageAboveText”,
value: “Cash”
});