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-add-a-new-row-continuously-without-any-selection-to-next-row-in-wpf-datagrid/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,5 @@
3
3
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).
4
4
5
5
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