Telerik > RadGridViewExportToExcelML method exports an image of an element to Excel fileExportHierarchy property set if child rows should be exportedExample:ExportToExcelML excelExporter = new ExportToExcelML(radGridView); excelExporter.ExportHierarchy = true; excelExporter.RunExport(filePath);