diff --git a/List.js b/List.js index ece43c033..e787128d9 100644 --- a/List.js +++ b/List.js @@ -256,7 +256,7 @@ function(kernel, declare, dom, listen, has, miscUtil, TouchScroll, hasClass, put bodyNode.tabIndex = -1; } - this.headerScrollNode = put(domNode, "div.dgrid-header.dgrid-header-scroll.dgrid-scrollbar-width" + + this.headerScrollNode = put(domNode, "div.dgrid-header-scroll.dgrid-scrollbar-width" + (addUiClasses ? ".ui-widget-header" : "")); // Place footer node (initially hidden if showFooter is false).