less data

dear support,



i am using dhtmlx grid. when loading less data in grid the horizontal and vertical scroll bar will not shown. how can i show with hiding mode…





thanks,



karthik

If you need to make scrollbars always visible you can try
    grid.entBox.style.overflow="scroll"

It will made scrollbars always visible.