HGrid: Excel Export is not working properly when there are collapsible column groups in the child grid #15169
Labels
🐛 bug
Any issue that describes a bug
excel-exporter
grid: hierarchical-grid
🆕 status: new
🏃 priority: high
version: 19.0.x
Description
When we use collapsible column groups in a child grid, downloading the hgrid data in Excel does not work properly. The header of the column that is marked as
[visibleWhenCollapsed]="true"
is skipped in the excel data, but the data itself is there. Which leads to shift in the data for each of the next columns.Steps to reproduce
Result
Result includes only the non-collapsed columns headers.
Expected result
Result should include the collapsed columns content (if collapsed) or the non-collapsed (otherwise).
Attachments
The text was updated successfully, but these errors were encountered: