You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to get the target record when drop the row in WPF DataGrid(SfDataGrid)?
1
+
# How to get the target record when drop the row in WPF DataGrid(SfDataGrid)?
2
+
3
+
## About the sample
4
+
This example illustrates how to get the target record when drop the row in WPF DataGrid(SfDataGrid)?
5
+
6
+
By default, SfDataGrid does not provide the direct support to get the target record which is going to drop. You can get the target record which is going to drop by using SfDataGrid.RowDragDropController.Drop event.
0 commit comments