Wijmo UI for the Web
allowColSizing Field
wijmo.grid Namespace > IWijgridOptions Interface : allowColSizing Field

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.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: boolean
value = instance.allowColSizing;
var allowColSizing : boolean;
Example
// The sizing handle cannot be dragged and column width cannot be changed if this option is set to false
$("#element").wijgrid({ allowColSizing: false });
See Also

Reference

IWijgridOptions Interface