GridView for ASP.NET Web Forms
allowColSizing オプション
jQuery.wijmo.c1gridview 名前空間 > options タイプ : allowColSizing オプション
Determines whether the column width can be increased and decreased by dragging the sizing handle, or the edge of the column header, with the mouse.
シンタックス
//値を取得する
var value; //タイプ: boolean
value = $(".selector").c1gridview("option", "allowColSizing");

//値を設定します
var newValue; //タイプ: boolean
$(".selector").c1gridview("option", "allowColSizing", newValue);
var allowColSizing : boolean;
使用例
// The sizing handle cannot be dragged and column width cannot be changed if this option is set to false
$("#element").wijgrid({ allowColSizing: false });
関連トピック

参照

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