You have two ways of moving columns within the grid:
Firstly, you are allowed to move column using drag-n-drop functiality.
enableColumnMove method enables drag-n-drop operations:
Otherwise, you can move column with script:
Move column before column
In the method above you should specify indexes of old and new columns.