Categories | Question details Back To List | ||||||||
no horizonal scroll bar without grid data when using splitAt function. 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, Answer posted by Support on May 11, 2009 02:49 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"; Answer posted by GK Lim on Jun 22, 2009 12:55 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.
Answer posted by Support on Jun 24, 2009 04:09 Updated css file is attached to the post Attachments (1)
|