enableColumnMove & loadXMLString problems

I’ve a problem with DHTMLX moveColumns function.

I follow these steps:

load grid with loadXMLString function (with only row)
I change first column with second columns
I reload the grid entries with clearAll() and loadXMLString functions
But the row doesn’t change its values.

There are a problems with clearAll() function or there are a internal cache into grid component?

Example:

Step1 (loadXMLString() function):

|— FIRST COLUMN — SECOND COLUMN — |
“entry1” “entry2”
Step2 (Move columns with drag&drop):

|— SECOND COLUMN — FIRST COLUMN — |
“entry2” “entry1”
Step3 (clearAll() and loadXMLString() ):

|— SECOND COLUMN — FIRST COLUMN — |
“entry1” “entry2”

Please, try to update the version of your dhtmlxGrid.
If issue still occurs after that - please, provide any kind of sample to reconstruct the issue.