GridView for ASP.NET Web Forms
allowEditing オプション
jQuery.wijmo.c1gridview 名前空間 > options タイプ : allowEditing オプション
Determines whether the user can make changes to cell contents in the grid. This option is obsolete. Use the editingMode option instead.
シンタックス
//値を取得する
var value; //タイプ: boolean
value = $(".selector").c1gridview("option", "allowEditing");

//値を設定します
var newValue; //タイプ: boolean
$(".selector").c1gridview("option", "allowEditing", newValue);
var allowEditing : boolean;
使用例
// Users cannot change cell contents in the grid if this option is set to false
$("#element").wijgrid({ allowEditing: false });
関連トピック

参照

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