Wijmo UI for the Web
allowMoving Field

A value indicating whether the column can be moved.

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

See Also

Reference

IC1CommandBtnFieldOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.