Hi,
I have an GridComponent inside DialogComponent. I use command column edit mode to update row data. But if I hit Enter key when the input element of row is focused, it redirect the page to another page.
I attached an example application so you can reproduce it.
Reproduce steps:
- npm install
- npm start
- Click "Toggle Dialog" button.
- Click edit icon of any row of Grid.
- When the name field is focused, press Enter key
Attachment:
ej2test_7d87c7c6.zip