Skip to content

Commit 368b3e3

Browse files
Merge pull request #42 from 9629976110/patch-37
How to add a new row continuously without any selection to next row in WPF DataGrid (SfDataGrid)?
2 parents d79d8dd + 4630048 commit 368b3e3

File tree

1 file changed

+2
-0
lines changed
  • How-to-add-a-new-row-continuously-without-any-selection-to-next-row-in-wpf-datagrid

1 file changed

+2
-0
lines changed

How-to-add-a-new-row-continuously-without-any-selection-to-next-row-in-wpf-datagrid/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
This sample show cases how to add a new row continuously in AddNewRow without moving the selection to next row in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
44

55
When pressing the Enter key or Tab key in AddNewRow the selection will be moved to next row at once the new row has been added in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid). You can skip this selection using `CurrentCellActivated` event
6+
7+
KB article - [How to add a new row continuously without any selection to next row in WPF DataGrid (SfDataGrid)?](https://www.syncfusion.com/kb/6867/how-to-add-a-new-row-continuously-without-any-selection-to-next-row-in-wpf-datagrid)

0 commit comments

Comments
 (0)