Excel export not export all pages, only first

Hi

I have a blazor wasm project using 19.1.0.66

Exporting data only sends 1rs page content, please help!

    public async Task ExcelExport()
    {
        ExcelExportProperties properties = new ExcelExportProperties();
        properties.ExportType = Syncfusion.Blazor.Grids.ExportType.AllPages;
        properties.IncludeHeaderRow = true;
        await this.tree.ExcelExport(properties);
    }

...

 <SfTreeGrid @ref="tree" 
                DataSource="@dataSource" 
                IdMapping="ACTIVO_ID" 
                ParentIdMapping="PADRE_ID" 
                RowHeight="30" 
                AllowSorting="true" 
                AllowFiltering="true"
                AllowExcelExport="true"
                Width="auto" 
                Height="auto"
                TreeColumnIndex="2"
                AllowPaging="true" AllowRowDragAndDrop="false">
        <TreeGridFilterSettings Type="Syncfusion.Blazor.TreeGrid.FilterType.Excel"></TreeGridFilterSettings>
        <TreeGridPageSettings PageSize="20" PageSizeMode="PageSizeMode.All"></TreeGridPageSettings>
        <TreeGridSelectionSettings Type="Syncfusion.Blazor.Grids.SelectionType.Single"></TreeGridSelectionSettings>
        <TreeGridEvents OnRowDragStart="OnRowDragStart" RowDropped="@OnCambiarParent" TValue="ActivoModel"></TreeGridEvents>
        <TreeGridColumns>
            <TreeGridColumn HeaderText="Acción" Width="120">
                <Template>

...




2 Replies 1 reply marked as answer

FS Farveen Sulthana Thameeztheen Basha Syncfusion Team June 4, 2021 02:37 PM UTC

  
Hi Jose, 

Thanks for your interest in Syncfusion Components. 

Query#:- Excel export not export all pages, only first 
 
We are able to replicate the problem  Excel export not export all pages, only first while enabling (PageSizeMode.All)”. We are validating this problem with high priority and provide you details by on or before 8th June 2021. 

Regards, 
Farveen sulthana T 



FS Farveen Sulthana Thameeztheen Basha Syncfusion Team June 8, 2021 02:10 PM UTC

Hi Jose,  

We appreciate your patience. 

Further analyzing, we have confirmed this as Bug for this Scenario when Excel export not export all pages, only first while enabling (PageSizeMode.All). We have logged the Bug report Excel export not export all pages, only first while enabling (PageSizeMode.All for the same . At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle ) and will promise to include the defect fix in our Volume 2, 2021 release which is expected to be end of June 2021. 

You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.   

Disclaimer:- It will become visible once moved to reviewed state 

Please get back to us if you need any further assistance. 

Regards, 
Farveen sulthana T 
 
 


Marked as answer
Loader.
Up arrow icon