Drag and Drop between Grids
Sample: dhtmlxGrid | Drag and Drop between Grids | dhtmlxGrid main page |
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></script>
mygrid = new dhtmlXGridObject('gridbox3');
...
mygrid.enableDragAndDrop(true);
© DHTMLX LTD. All rights reserved |
We have written this code that if we want to drag and drop to another grid them drop event should not be perfromed...
please help