GridView for ASP.NET Web Forms
ensureColumnsPxWidth オプション
jQuery.wijmo.c1gridview 名前空間 > options タイプ : ensureColumnsPxWidth オプション
Determines if the exact column width, in pixels, is used.
シンタックス
//値を取得する
var value; //タイプ: boolean
value = $(".selector").c1gridview("option", "ensureColumnsPxWidth");

//値を設定します
var newValue; //タイプ: boolean
$(".selector").c1gridview("option", "ensureColumnsPxWidth", newValue);
var ensureColumnsPxWidth : boolean;
使用例
$("#element").wijgrid({ ensureColumnsPxWidth: true });
解説
By default, wijgrid emulates the table element behavior when using a number as the width. This means wijgrid may not have the exact width specified. If exact width is needed, please set the ensureColumnsPxWidth option of wijgrid to true. If this option is set to true, wijgrid will not expand itself to fit the available space.Instead, it will use the width option of each column widget.
関連トピック

参照

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