kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Drag and Drop wont Work on Empty Grid

Open aasigaaccenture opened this issue 2 years ago • 1 comments

Hi Kendo Team,

This is in relation on previous request of ours pertaining to dragging and dropping on grid. See. [ticket] (https://github.com/telerik/kendo-react/issues/1088)

We have finally integrated your solution into our application. After some testing, we've found out that drag and drop wont work at all on an empty Grid. This scenario can also be recreated on your sample solution.

See. sample

Tagging in @filipKovachev

Drag and Drop between empty grids.webm

Thanks, Algie Asiga Nature's Bounty

aasigaaccenture avatar Sep 20 '22 12:09 aasigaaccenture

Hello,

I am looking into this scenario and will get back to you once I have a solution.

Regards, Filip

filipKovachev avatar Sep 21 '22 06:09 filipKovachev

Hello, @aasigaaccenture

I am ready with the updated demo, you can review it here:

https://stackblitz.com/edit/react-kkucf8-dffwkf?file=app/drobbaleBox.tsx

Regards, Filip

filipKovachev avatar Oct 18 '22 12:10 filipKovachev

Hi @filipKovachev,

Thanks for your response. We've tested the sample above and found an issue on it.

  1. Dropping on empty seems to be good only on 1 grid and not on vice versa.

Any thoughts on this? Thanks! Darg and Drop Issue.webm

Regards, Algie Asiga

aasigaaccenture avatar Oct 18 '22 15:10 aasigaaccenture

Thank you for the provided feedback, I will look into it and find a potential fix.

filipKovachev avatar Oct 19 '22 13:10 filipKovachev

Hi @filipKovachev,

Good Day! Would just like to ask if you have any updates on this one?

Thanks, Algie Asiga

aasigaaccenture avatar Nov 07 '22 14:11 aasigaaccenture

Hello @aasigaaccenture

We have made the drag and drop work for the second empty Grid as well, however in order to fire the event passed via props initially, the items have to be dropped on the lower part of the "Drag items here" div, here is the updated example:

https://stackblitz.com/edit/react-kkucf8-1zwoyw?file=app/main.tsx

filipKovachev avatar Nov 09 '22 09:11 filipKovachev