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
Copy file name to clipboardExpand all lines: How-to-paste-the-copied-row-in-addnewrow-in-wpf-datagrid/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,6 @@
2
2
3
3
This sample show cases how to paste the copied row in AddNewRow in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
4
4
5
-
You can paste the copied row in AddNewRow by overriding the `PasteTextToRow` method in `GridCutCopyPaste` class in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
5
+
You can paste the copied row in AddNewRow by overriding the `PasteTextToRow` method in `GridCutCopyPaste` class in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
6
+
7
+
KB article - [How to paste the copied row in AddNewRow in WPF DataGrid (SfDataGrid)?](https://www.syncfusion.com/kb/6865/how-to-paste-the-copied-row-in-addnewrow-in-wpf-datagrid-sfdatagrid)
0 commit comments