如何在空dhtmlxgrid上添加onKeyPress?

时间:2015-05-29 04:44:14

标签: dhtmlx

当Grid在onKeyPress()中有行时,

DhtmlxGrid事件正常工作。但是当Grid为空时,事件并没有起火。  我的代码是:

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

1 个答案:

答案 0 :(得分:0)

您的问题已得到确认并已修复。如果您有有效的支持订阅,您可以在support.dhtmlx.com上打开一张票以获得修复。它也将包含在下一个dhtmlxGrid版本中。