Thanks for your response, and indeed was encouraged… however the H Scrollbar is still visible, even after re-downloading JQWidgets 2.8.3. Even updated jquery to: jquery-2.0.0.min.js. Any additional thoughts- wondering the difference between our two environments. I tested this on a Mac in Firefox, Safari and Chrome. Thanks again! -david
$(document).ready(function () {
// Create jqxPanel
var theme = getDemoTheme();
$(“#jqxWidget”).jqxPanel({ width: 380, height: 350, theme: theme, sizeMode: “fixed”});
});