Wijmo UI for the Web
allowSizing Option

Default value: true

A value indicating whether the column can be sized.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").c1field("option", "allowSizing");
    
    // Set value
    var newValue; // Type:  bool
    $(".selector").c1field("option", "allowSizing", newValue);
        
});
Javascript (Specification) 
var allowSizing : bool;
Example
$("#element").wijgrid({ columns: [ { allowSizing: true } ] });
Browser Compatibility
7
5
5

See Also

Reference

options type
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.