GridView for ASP.NET Web Forms
allowKeyboardNavigation オプション
jQuery.wijmo.c1gridview 名前空間 > options タイプ : allowKeyboardNavigation オプション
Determines whether the user can move the current cell using the arrow keys.
シンタックス
//値を取得する
var value; //タイプ: boolean
value = $(".selector").c1gridview("option", "allowKeyboardNavigation");

//値を設定します
var newValue; //タイプ: 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 });
関連トピック

参照

options タイプ
c1gridview jQuery ウィジェット