Wijmo UI for the Web
allowMoving Option

Default value: true

A value indicating whether the column can be moved.

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

See Also

Reference

options type
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.