FIX. RadGridView - "Column XXX does not belong to table YYY" message when exporting hierarchical grid to xml with ExportToExcelML and AutoSizeRows and ExportVisualSettings properties are set to true
To reproduce: run the attached sample project.
Workaround: set the AutoSizeRows property to false before exporting and set it back to true after the export is completed.