Determines whether end users can drag and drop to reorder columns.
Default value: false
Type: Boolean
$("#element").wijgrid({ allowColMoving: true });
The Column Moving Sample demonstrates this feature.
This option must be set to true to allow users to drag column headers to the group area when you set the showGroupArea option to true.