Hi,
I had a problem when I use a splitAt method in dhtmlxGrid.
a horizonal scroll bar in a splitAt mode dose not show up with no row data, even if the grid header’s length is longer then given width.
I really need it works because the grid header that I can’t see has filter functions.
so If users choose or type wrong filter, they can do nothing without page refresh or grid reload .
Can you tell me the solution for this?
Thanks,
Please try to use attached css file instead of original one - it must resolve issue with scrolling.
If issue still occurs , you can try to locate next line in dhtmlxgrid_splt.js
this.objBox.style.overflowX=“hidden”;
this._fake.objBox.style.overflowX=“hidden”;
and replace with
this.objBox.style.overflowX=“scroll”;
this._fake.objBox.style.overflowX=“scroll”;
Sorry for a late feedback for your answser.
There is no attachment file that i can see.
Could you attach the css file for this issue.
Thanks.