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?

Grid supports both drag-in of custom elements and drag-out in custom container.
Please check
    dhtmlx.com/docs/products/dhtmlxT … 0588860000
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.