Functiondojox.grid.publicEvents.onKeyDown

dojo.require("dojox.grid._grid.publicEvents");
defined in dojox/grid/_grid/publicEvents.js

Grid key event handler. By default enter begins editing and applies edits, escape cancels and edit, tab, shift-tab, and arrow keys move grid cell focus.

Usage

function (e) (view source)
parametertypedescription
e