DHTMLX Docs & Samples Explorer

onEnter Event

This event occurs immediately after the Enter key was pressed. onEnter event passes the following parameters:

  • id - id of the row;
  • ind - index of the cell.
        grid.attachEvent("onEnter", function(id,ind){});