Categories | Question details Back To List | ||
Drag-n-Drop from dhtmlxgrid to custom element Hi, I'm currently using your dhtmlxgrid (pro, v.1.5 build 71114) in one of my projects. I use its drag-and-drop functionality between grids quite extensivly. For a new feature its nessessary to implement dropping to a custom element (div). Is this possible and if yes, how? Answer posted by Support on May 12, 2008 03:24 Grid supports both drag-in of custom elements and drag-out in custom container. Please check http://dhtmlx.com/docs/products/dhtmlxTree/samples/drag_n_drop/pro_drag_out.html?un=1210588860000 The sample shows the drag-out functionality for dhtmlxtree, but grid provides the same d-n-d interface, so provided code will work for it as well. |