Wijmo UI for the Web
allowSizing Field

Default value: true

A value indicating whether the column can be sized.

Syntax
Javascript (Usage) 
var value; // Type: bool
value = jQuery.wijmo.c1basefield.options.allowSizing;
Javascript (Specification) 
var allowSizing : bool;
Example
$("#element").wijgrid({ columns: [ { allowSizing: true } ] });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.