Allow drag & drop to be handled by the browser.

Hi, I’m currenlty evaluating dhtmlx for use in our project. We have some requirements that require dragging elements outside of a grid, and handling the drop on (mostly) any element, dhtmlx or not. ¿Do you know a clean way to achieve this?. ¿Is it possible for D&D to be implemented in a more standard way with HTML events?

Thank you.

There is an API that can be used to define the any HTML element on the page as target from drag-n-drop from dhtmlx components.

docs.dhtmlx.com/tree__drag_and_d … tomdragout

Linked article is about the tree, but same will work for grid as well.

Also, it possible to attach the HTML5 drag handlers to the grid, it may slowdown the grid performance though.