split mode not working in dhtmlxgrid 1.6

Hi

we want the first 3 columns in grid as fixed so after init we called splitAt()

mygrid.init();    

mygrid.splitAt(3);



the left side of split grid ie the frozen columns are not visible.







Thanks in Advance

Suneetika C

Are you using init from js code or init from XML? In second case splitAt must be executed from XML as well.
dhtmlx.com/docs/products/dhtmlxG … rt_comprob

The possible reasons of problem
a) not specified width for left part of grid
b) initialization in hidden container
c) calling splitAt before configuration loaded, or after data loading