Hi.
I have setup an example app with a Splitter component that devides the screen between a TreeView and a DataGrid component and setup a drag&drop scenario wher I am able to drag grid rows into the tree to add tree branches.
https://stackblitz.com/edit/vitejs-vite-k3wgr5?file=src%2FApp.tsx
If I want to use the drag handles in the Datagrid to drag a grid row onto the TreeView, the row vanishes under the left side of the Splitter window but I want to keep it visible when I drag it over the tree. I already had a similar issue a while ago and tried to use the same solution but it doesn't seem to work.
Can you help me out and show me how to keep the row visible while dragging it over the tree on the left?
Thanks,
Greetings,
Bernd