Wijmo UI for the Web
allowKeyboardNavigation Field

Default value: true

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

Syntax
Javascript (Usage) 
var value; // Type: bool
value = jQuery.wijmo.wijgrid.options.allowKeyboardNavigation;
Javascript (Specification) 
var allowKeyboardNavigation : bool;
Example
// Users cannot move the selection using arrow keys if this option is set to false
$("#element").wijgrid({ allowKeyboardNavigation: false });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.