The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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?