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 ?

dhtmlxGrid 1.3 already contains mcol extension
Just include dhtmlxgrid_mcol.js inside your project and run next command during initialization.

    mygrid.enableColumnMove(true);