No Grid scrollbar. Need scrollbar in the outer Div

Hi,

I am developing a dhtmlxgrid v.2.5 .
I am displaying the grid in popup. Data can be edited in the grid and record can be added to grid from some javascript function and grid size increases.

What my actual requirement is like I need dont want scroll bar in the grid. Rather I need the entire grid to be scrolled including the header like scroll bar in the outer grid.I tried few ways, but I cannot. How can I acheive it. give some sample if possible.

regards
Balasekar

You may try to use the following solution:
Attach your grid to the container.
enable auto-width, auto-height in your grid
docs.dhtmlx.com/api__link__dhtml … width.html
docs.dhtmlx.com/api__link__dhtml … eight.html
and attach the the container to the pop-up.