jQuery.wijmo.wijgrid Namespace > options type : allowKeyboardNavigation Field |
Default value: true
Determines whether the user can move the current cell using the arrow keys.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.allowKeyboardNavigation; |
Javascript (Specification) | |
---|---|
|
// Users cannot move the selection using arrow keys if this option is set to false $("#element").wijgrid({ allowKeyboardNavigation: false });