loading from XML - coro issue

I am following this
docs.dhtmlx.com/doku.php?id=dhtm … n_from_xml

I have in xml

.... StatusNew Defined In Progress To Verify Accepted ...

and it is showing in column header - “StatusNewDefinedInProgressToVerifyAccepted” and dropdown in filter and cells in column shows numeric values.

Any clues? what Am i missing something? I am using Suite PRO 2.6 version.

Please double-check that xml is exactly the same as above code snippet.
Locally the same code works correctly, but if you have some extra markup ( for example CDATA section ) it may be the reason of the problem.

You can check samples\12_initialization_loading\01_grid_config_xml.html as a working sample.