Export HierarchyExportMode Not Working

I am trying to export all the detail rows from my grid with the following code but it's not working. The Blazor documentation also does not specify how to do this.

var prop = new ExcelExportProperties();
prop.FileName = $"Export {DateTime.Now.ToShortDateString()}.xlsx";
prop.ExportType = ExportType.AllPages;
prop.HierarchyExportMode = "All";

_grid.ExcelExport(prop);

1 Reply

RS Renjith Singh Rajendran Syncfusion Team April 14, 2020 07:03 AM UTC

Hi Steve, 
 
Thanks for contacting Syncfusion support. 
 
Currently we do not have support to export detail template in Grid. Since it is known request we have logged the query as feature “Support to export the Grid along with its details template”. We are always trying to make our products better and feature requests like yours are a key part of our product growth efforts.  
  
You can now track the current status of this feature request here.  
  
  
At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. It will be implemented in any of our upcoming releases.  
  
Regards, 
Renjith Singh Rajendran. 


Loader.
Up arrow icon