Categories | Question details Back To List | ||
split Hi, Can we hide the scrollbar in the left part of grid? Answer posted by Support on Apr 25, 2008 03:49 In such case count of visible rows in left part of grid may differ from count of visible rows in right part of grid, which will produce pretty strange view. Technically it can be done, by location next strings in dhtmlxgrid_splt.js this._fake.objBox.style.overflowX="scroll"; and replacing them with this._fake.objBox.style.overflowX="hidden"; |