Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Oct 05, 2007 13:42
open dhtmlx forum
DHTML

Can anyone help me with the code for keep some columns always visible, independent of horisontal scrolling position.
Answer posted on Oct 09, 2007 15:06
Such functionality available only in pro edition, you need to include dhtmlxgrid_split.js in your project and  has next code

grid = new...
...
grid.init();
grid.splitAt(2); //2 - cout of always visible columns
...


Pro package contains some split related samples