how to added onKeyPress on empty dhtmlxgrid?

grd.attachEvent("onKeyPress", ongrdInsert); function ongrdInsert(nKeyCode,Ctrl,Shift,Event) { if (40 == nKeyCode) { alert("ongrdInsert"); } }

The issue is confirmed and the fix will be included in the next dhtmlxgrid release.
Thank you for your note.