Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on May 05, 2008 08:06
open dhtmlx forum
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
Answer posted by Support on May 07, 2008 01:48
If you need to make scrollbars always visible you can try
    grid.entBox.style.overflow="scroll"

It will made scrollbars always visible.