Whether the user may rearrange the columns in a grid with the mouse.

Property of

Grid

Description

By default, allowColumnMoving is true, which means that the user can rearrange the columns in a grid by clicking and dragging the column headings. Set allowColumnMoving to false to disable this ability. Since rearranging columns requires column headings, hasColumnHeadings must be set to true for allowColumnMoving to have any affect.