Reordering
By default, FlexGrid allows reordering columns by dragging their headers into new positions.
You may prevent users from reordering columns by setting the grid's allowDragging property to 'None'. You may also prevent dragging specific columns by setting the columns allowDragging property to 'false'.
For example, the grid below allows reordering all columns except 'ID'.
C1 MVC uses the HTML5 drag/drop API for column reordering.
Unfortunately, most of the mobile devices do not support this API.
If you want to support column reordering on mobile devices,
we suggest to use the
DragDropTouch polyfill
.