Wijmo UI for the Web
allowSizing Field
wijmo.grid Namespace > IC1ButtonFieldOptions Interface : allowSizing Field

A value indicating whether the column can be sized.

Syntax
var instance; // Type: wijmo.grid.IC1ButtonFieldOptions;
var value; // Type: boolean
value = instance.allowSizing;
var allowSizing : boolean;
Example
$("#element").wijgrid({ columns: [ { allowSizing: true } ] });
See Also

Reference

IC1ButtonFieldOptions Interface