Skip to content

Commit a893db2

Browse files
ES-975464 - Resolve the ReadMe Length Issues in the Public Repositories
1 parent 3972066 commit a893db2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# how-to-change-the-Enter-key-behavior-in-winforms-datagrid
2-
This example illustrates how-to-change-the-Enter-key-behavior-in-winforms-datagrid
2+
3+
This example illustrates how to change the Enter key behavior in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid).
4+
5+
When pressing the Enter key, the current cell will be moved to the next row in [DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid), by default. You can change this behavior like, Tab key that moves the current cell to the next cell on the same row by writing a custom SelectionController and overriding the [HandleKeyOperations](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.Interactivity.SelectionControllerBase.html#Syncfusion_WinForms_DataGrid_Interactivity_SelectionControllerBase_HandleKeyOperations_System_Windows_Forms_KeyEventArgs_) method, which Handles selection when any of the Key operations such as Up, Down, Left, Right, Enter, etc., are performed in [DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid).
6+
7+
KB article: https://support.syncfusion.com/kb/article/8625/how-to-change-the-enter-key-behavior-in-winforms-datagrid-sfdatagrid

0 commit comments

Comments
 (0)