I am trying to copy the data from one kendo grid to another using drag and drop html5 events[https://www.w3schools.com/html/html5_draganddrop.asp]. When I try to ev.target.appendChild(document.getElementById(data));
, I get the error that data is not the type of node
. I want that the data to be dropped must overlap over existing data in the drop zone. So how should I achieve the same?
Here's the stackblitz link: https://stackblitz.com/edit/angular-d3jkhn?file=app/app.component.ts