Determines whether the user can change the current cell using the keyboard arrow keys.
Default value: true
Type: Boolean
// Users cannot move the selection using arrow keys if this option is set to false $("#element").wijgrid({ allowKeyboardNavigation: false });