var instance; // Type: wijmo.grid.IC1ButtonFieldOptions; var value; // Type: boolean value = instance.allowMoving;
var allowMoving : boolean;
A value indicating whether the column can be moved.
var instance; // Type: wijmo.grid.IC1ButtonFieldOptions; var value; // Type: boolean value = instance.allowMoving;
var allowMoving : boolean;
$("#element").wijgrid({ columns: [ { allowMoving: true } ] });