I can load XML data fine using XML Connector, Dataset and Datagrid. But the data being displayed in the grid is in reverse order. The XML file: <record> <name></name> <phone></phone> </record>
but the grid show phone first (left column) and name last (right column)