Skip to content

Commit 4b29ea4

Browse files
authored
Merge pull request #2 from Backiaraj/DataGrid
Modified the DataGrid reference link
2 parents 41cbf8e + dda0d3b commit 4b29ea4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# How to get the target record when drop the row in WPF DataGrid(SfDataGrid)?
22

33
## About the sample
4-
This example illustrates how to get the target record when drop the row in WPF DataGrid(SfDataGrid)?
54

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.
5+
This example illustrates how to get the target record when drop the row in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid)?
6+
7+
[WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (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](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.GridRowDragDropController~Drop_EV.html) event.
78

89
```C#
910
sfDataGrid.RowDragDropController.Drop += RowDragDropController_Drop;

0 commit comments

Comments
 (0)