Sample: dhtmlxGrid Drag and Drop between Grids dhtmlxGrid main page
X

Drag-n-drop within Grid and between Grids

 
    <script  src="../js/dhtmlxcommon.js"></script>
    <script  src="../js/dhtmlxgrid.js"></script>
    <script  src="../js/dhtmlxgridcell.js"></script>
    <script  src="../js/dhtmlxgrid_drag.js"></script>
    <script>
 
        mygrid = new dhtmlXGridObject('gridbox3');
        ...
        mygrid.enableDragAndDrop(true);
</script>