We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

GridControl: MultiExtended SelectionMode and Drag & Drop

Hi, I''m using a GridControl with a ListBoxSelectionMode equals to SelectionMode.MultiExtended. So I can select rows with the Shift & Ctrl key like in the Windows Explorer. I want to do Drag & Drop operations on the selected rows. But once I clicked back on the selected rows to initiate a drag & drop. The selection disappear and only the clicked item is selected. Maybe this has already been discussed but I cannot find it... How can we do implement the same behaviour as Windows Explorer with the GridControl? Thanks Mario

1 Reply

AD Administrator Syncfusion Team March 23, 2005 04:48 PM UTC

Our default Drag Drop support requires you to position the cursor on the edge of the selection in order to get a DragDrop cursor. Once you have the drag drop cursor, you can then mouse down and start the drag. This is patterned after excel. Will this serve your needs?

Loader.
Live Chat Icon For mobile
Up arrow icon