Drag and Drop from Grid

Hi,

there is an error, if you drop a record from a grid in a dataView.
In line 2067, the dataView is calling context.from.move, but this routine is not existing in grid.

For myself I already have a workaround. Just wanted let you know, there is a problem.

Best regards
Robert

do you have before dataview init the next code line

dhtmlx.compat("dnd");

Without it dnd between dataview and tree|grid will not work correctly.