Wijmo UI for the Web
allowColMoving Field
wijmo.grid Namespace > IWijgridOptions Interface : allowColMoving Field

A value indicating whether columns can be moved.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: boolean
value = instance.allowColMoving;
var allowColMoving : boolean;
Example
// Columns cannot be dragged and moved if this option is set to false
$("#element").wijgrid({ allowColMoving: false });
Remarks
This option must be set to true in order to drag column headers to the group area.
See Also

Reference

IWijgridOptions Interface