Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ravi raman on Oct 25, 2007 09:19
open dhtmlx forum
moving columns

Hi,

I am using 1.3v , how can i move the columns from one position to other using drag and drop .is it possible ?
Answer posted on Oct 25, 2007 09:25
dhtmlxGrid 1.3 already contains mcol extension
Just include dhtmlxgrid_mcol.js inside your project and run next command during initialization.

    mygrid.enableColumnMove(true);