Scrolling to the right end results in shift between header a

I’m experiencing the problem mentioned here github.com/angular-ui/ui-grid/issues/2521 with dhtmlxGrid. I’ve added below code

grid.splitAt((fixedColumnCount + 1)); grid.enableSmartRendering(true);

any help?

-Ashwath

Please share a sample or a snippet where the issue checked.
Most probably it caused by CSS conflict, as I can’t reconstruct the same issue in local samples.