Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
Allow multiple node dragging without needing to hold the control (ctrl) key
posted

I want to allow users to drag multiple nodes from one tree to the other, but they don't want to have to hold the control (ctrl) key while doing it. Is there an easy way to do this?

The desired behavior is the same as with Windows File Explorer, where you can select multiple files/folders and drag them without needing to hold the ctrl key. 

Parents
No Data
Reply
  • 17475
    Offline posted

    Hello Luis, 

    Thank you for posting in our community! 

    I have been looking into your description and I am not sure that I understand correctly what you are trying to achieve. It seems that the Windows File Explorer tree does not support multiple selection (multiple selection is available in the grid on the right side). Currently multiple selection could be enabled in the XamDataTree by setting NodeSelection property to Multiple. By design drag and drop is available on node basis and even though multiple nodes were selected only one node would be dragged. Would you please let me know if I am missing something in your scenario so I could investigate it further for you?

Children