Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by liverman on Sep 17, 2008 06:47
open dhtmlx forum
how to enlarge grid size

my grid has so many columns. so I need to use the scrolling bar to scrol the grid

I would like to enlarge the grid that can fully utilize the space of I.E. How can I enlarge the grid size??

Thanks a lot.
Answer posted by dhtmlx support on Sep 18, 2008 02:19
You can use 100% for grid contener width if this doesn't happen automatically for some reason. Like <div id="grid_container" style="width:100%"></div>