Is it possible to dynamically move a grid column from one position to another, and does doing so impact the underlying array sequence of dataItems? I need to basically swap the positon of two columns depending on user selection of options elsewhere on the form. OR as an alternative clear the columns and recreate them in the desired sequence. This only needs to be done once per page load.