jQuery.wijmo.c1gridview Namespace > options type : allowKeyboardNavigation Option |
// Get value var value; // Type: boolean value = $(".selector").c1gridview("option", "allowKeyboardNavigation"); // Set value var newValue; // Type: boolean $(".selector").c1gridview("option", "allowKeyboardNavigation", newValue);
var allowKeyboardNavigation : boolean;
// Users cannot move the selection using arrow keys if this option is set to false $("#element").wijgrid({ allowKeyboardNavigation: false });