Skip to content

Commit 85806bc

Browse files
Merge pull request #43 from 9629976110/patch-38
How to paste the copied row in AddNewRow in WPF DataGrid (SfDataGrid)?
2 parents 368b3e3 + 06ef602 commit 85806bc

File tree

1 file changed

+3
-1
lines changed
  • How-to-paste-the-copied-row-in-addnewrow-in-wpf-datagrid

1 file changed

+3
-1
lines changed

How-to-paste-the-copied-row-in-addnewrow-in-wpf-datagrid/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
This sample show cases how to paste the copied row in AddNewRow in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
44

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

Comments
 (0)