Personal tools
| Home | sandbox | dhtmlxGrid | samples | drag_n_drop | drag_grid
Document Actions

drag_grid

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 ('gridbox3');
        ...
        mygrid.enableDragAndDrop(true);
</script>

Powered by Plone CMS, the Open Source Content Management System