hi bluesand4
I am getting the same issue. It didn’t happen with my last release of jQWidgets 5.1.0.
A temp fix that worked for me (but use at your own risk) and until a proper one is generated by jQWidgets team
if using firefox browser
$(“.jqx-enableselect”).css(“z-index”, 599); // increasing value from 299
With V5.1.0, the z-index was set to 9999 and with current release is 299.
I noticed with V5.3.0 a change was made to use lower default z-index values. This may have caused this issue.