Skip to content

Commit 454359e

Browse files
ES-975464 - Addressed the concerns
1 parent 07dc3e9 commit 454359e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

DragAndDropBetweenDataGrids.png

87.3 KB
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ private void sfGrid_Dropped(object sender, GridRowDroppedEventArgs e)
8787
}
8888
```
8989

90+
![Drag and drop between DataGrids](DragAndDropBetweenDataGrids.png)
91+
9092
## UWP
9193

9294
You should enable [AllowDraggingRows](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_AllowDraggingRows) and [AllowDrop](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.uielement.allowdrop?view=winrt-22621) property for the DataGrid which are involved in row drag and drop operations.

0 commit comments

Comments
 (0)