Wijmo UI for the Web
allowMoving Field
wijmo.grid Namespace > IC1ButtonBaseFieldOptions Interface : allowMoving Field

A value indicating whether the column can be moved.

Syntax
var instance; // Type: wijmo.grid.IC1ButtonBaseFieldOptions;
var value; // Type: boolean
value = instance.allowMoving;
var allowMoving : boolean;
Example
$("#element").wijgrid({ columns: [ { allowMoving: true } ] });
See Also

Reference

IC1ButtonBaseFieldOptions Interface