2X faster development
The ultimate UWP UI toolkit to boost your development speed.
SfDataGrid offers a built-in support for row drag and drop functionality by enabling SfDataGrid.AllowDraggingRows and AllowDrop property. This topic demonstrates row drag-and-drop operations between SfDataGrid with other controls.
Row drag and drop between different controlsYou can able to perform the row drag and drop between SfDataGrid with other control like ListView and others also. For this operation, you should override a RowDragDropController.ProcessOnDragOver and RowDragDropController.ProcessOnDrop to handle the drag and drop operations.
You should set the AllowDrop property of the ListView as true while doing the drag and drop operation from SfDataGrid with ListView and wire the DragEnter, DragOver and Drop events of ListView to handle the row drag and drop operation.
By the DragEnter event you can set the specified AcceptedOperation by using DataPackageOperation as illustrated in the following code example. By handling the Drop event you can drop those items in to the ListView.
The following screenshot shows dragging records from ListView and dropping in SfDataGrid. Sample:
|
2X faster development
The ultimate UWP UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.