kendo-react
kendo-react copied to clipboard
Drag and Drop wont Work on Empty Grid
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
Hello,
I am looking into this scenario and will get back to you once I have a solution.
Regards, Filip
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
Hi @filipKovachev,
Thanks for your response. We've tested the sample above and found an issue on it.
- 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
Thank you for the provided feedback, I will look into it and find a potential fix.
Hi @filipKovachev,
Good Day! Would just like to ask if you have any updates on this one?
Thanks, Algie Asiga
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