Begin edit on pressing enter

Begin edit on pressing enter

Hi all,

I have an Xceed DataGrid, and I’d like for the user to be able to begin edit by either clicking on a currently selected cell (which is the standard behavior), or by pressing the ENTER key on the keyboard while a cell is selected. In the latter case, the currently selected cell should enter edit mode.

I’ve tried setting EditTriggers to BeginEditCommand, but apparently this only works with F2. The documentation says that this is a “default” gesture, but does not explain how to change it.