var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: boolean value = instance.allowKeyboardNavigation;
var allowKeyboardNavigation : boolean;
Determines whether the user can move the current cell using the arrow keys.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: boolean value = instance.allowKeyboardNavigation;
var allowKeyboardNavigation : boolean;
// Users cannot move the selection using arrow keys if this option is set to false $("#element").wijgrid({ allowKeyboardNavigation: false });