disable editing in grid with enter

0 Answers 87 Views
Grid
horváth
Top achievements
Rank 2
Iron
Iron
horváth asked on 16 May 2023, 11:17 AM

Hi,

I have this grid setup:

<kendo-grid
  [kendoGridBinding]="rows"
  [kendoGridInCellEditing]="createFormGroup"
  [selectable]="selectableSettings"
  kendoGridSelectBy
  [(selectedKeys)]="selectedCells"
  [navigable]="true"
>

If I hit enter, the focused cell steps into edit mode. How can I prevent it? I tried to register a keydown event handler and catch the enter key and simply return, but no luck.

Thanks

No answers yet. Maybe you can help?

Tags
Grid
Asked by
horváth
Top achievements
Rank 2
Iron
Iron
Share this question
or