DragNodeCue for multiple selection drag operation

Hello,

I am using the TreeViewAdv  with MultiSelectSameLevel option for SelectionMode. The ShowDragNodeCue value is set to true (v20.3460.0.47) .

When selecting more than one node and draging it, the cue displayed is not correct: the drag node cue displays the same text for all nodes

Image_4560_1773046929957


Do I miss something?

Thanks for your help


3 Replies

SB Sweatha Bharathi Syncfusion Team March 10, 2026 11:51 AM UTC

Hi Tugrul Ebabil, 

We have checked the reported issue “DragNodeCue does not display proper dragged items when dragging multiple nodes” on our end and it is confirmed as a defect. And We have logged a bug. We will fix this issue and include it in our NuGet release Which is scheduled on March 31, 2026.
You can track the status of this report through the following feedback link,
 
 
Note: The provided feedback link is private, and you need to log in to view this feedback.
 
We will let you know once it is released. We appreciate your patience until then.
Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.

Regards,
Sweatha B


TE Tugrul Ebabil March 11, 2026 09:14 AM UTC

Hi  Sweatha Bharathi,

Thanks for the update.

Best Regards.



SR Senthilkumar Ranganathan Syncfusion Team March 31, 2026 12:17 PM UTC

Tugrul Ebabil,


We would like to let you know that Essential Studio Weekly NuGet packages (v33.1.46) have been published in nuget.org with the fix for the issue "DragNodeCue does not display proper dragged items when dragging multiple nodes". Please let us know if you have any concerns in this.


Root Cause Details: 


In the TreeViewAdv control, when dragging multiple nodes with ShowDragNodeCue enabled, the control draws the text string for each selected node. However, during this process, it draws the last selected node’s text for every dragged node instead of displaying the corresponding text for each node while rendering the drag cue. As a result, the drag preview displayed the lastselected node’s text repeatedly rather than showing the correct node text for each dragged item.


 We have now updated the condition to ensure that each dragged node’s text is displayed correctly in the drag cue.


Loader.
Up arrow icon