Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by suneetika on Aug 22, 2008 03:27
open dhtmlx forum
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
Answer posted by Support on Aug 22, 2008 05:16
Are you using init from js code or init from XML?   In second case splitAt must be executed from XML as well.
                    http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Common_Problems_in_Grid.html#grid_art_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