Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Dec 25, 2008 05:02
open dhtmlx forum
how to fix first coloumn in dhtmlx grid ...

how to fix first coloumn in dhtmlx grid
Answer posted by Support on Dec 29, 2008 17:12
If you mean "frozen column" mode, you need to
a) include codebase/ext/dhtmlxgrid_split.js ( pro version required )
b) add next command to grid's init
    mygrid.splitAt(1);