nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.4k stars 386 forks source link

What should I do if I want to open a pop-up window when an enter key event occurs? #1961

Open Jisoon-Kim opened 10 months ago

Jisoon-Kim commented 10 months ago

Summary I want to open a popup window when an enter key event occurs. How can I catch the enter key event?

grid.on('editingStart', (ev) => { if (ev.columnName === 'emp_nm') { if (enterKey) { <--- How can I catch when enter key event occurs???? gfnEmployeeCheckGrid('', '', ev.rowKey, 'mysheet_applyEmpInfo'); } } }); Screenshots image

Version 4.21

Additional context Add any other context about the problem here.