how to split a grid

Hi,
i’ve a little “problem”. I’ve a grid with all the days of month and other parameters, but (for the user) the length is a problem. I would to split the grid in 2 parts and put them Side by side. Is this possible?
Thanks in advance
Marco

There is a splitAt() method that allows to create frozen columns:
dhtmlx.com/docs/products/dhtmlx … split.html
docs.dhtmlx.com/api__dhtmlxgrid_splitat.html
The functionality is available in PRO version only.