Wijmo UI for the Web
allowKeyboardNavigation Field
wijmo.grid Namespace > IWijgridOptions Interface : allowKeyboardNavigation Field

Determines whether the user can move the current cell using the arrow keys.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: boolean
value = instance.allowKeyboardNavigation;
var allowKeyboardNavigation : boolean;
Example
// Users cannot move the selection using arrow keys if this option is set to false
$("#element").wijgrid({ allowKeyboardNavigation: false });
See Also

Reference

IWijgridOptions Interface