how to fix first coloumn in dhtmlx grid ...

how to fix first coloumn in dhtmlx grid

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);