Treeview drag drop creates duplicate

With SF 19.3.0.55, Dragging and Dropping of a node into a tree with only one root-level item gives a duplicate node.

How to reproduce. 

  1. Grab the code from here  https://blazor.syncfusion.com/documentation/treeview/drag-and-drop
  2. Modify it so that only one level is created (e.g. put a return before this line:
  3. List<TeamDetails> EmployeeDetails1 = new List<TeamDetails>();
  4. Run it. This is what you get:

treeview-drag-bug-0.png

4. Drag Anderson to be above Johnson :


treeview-drag-bug-1.png

5. Note that there is now a duplicate entry for Anderson  

treeview-drag-bug-2.png


1 Reply

KR Keerthana Rajendran Syncfusion Team November 25, 2021 11:33 AM UTC

Hi Joseph, 
 
Sorry for the inconvenience.  
 
We have validated your reported issue with TreeView component. We would like to mention that the reported scenario “Drag and drop creates the duplicate nodes in TreeView”  had already been considered as a bug from our end. The fix for this issue will be included in Volume 4 release which is expected to be rolled out by the mid of December 2021.    

You can track the status of your reported problem through the below portal link.
 
 
Until then, we appreciate your patience. 

Regards,
 
Keerthana R

Loader.
Up arrow icon