after saveAsExport only header exists NO DATA

1 Answer 41 Views
Grid
lee doo
Top achievements
Rank 1
lee doo asked on 16 Nov 2023, 12:09 AM

After calling 'saveAsExport' function, the file downloaded fine.

However, only the headers of the grid are displayed and the data does not appear.

My kendo version is '2021.1.330'.

please help me..........

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 20 Nov 2023, 02:05 PM

Hello, Lee,

Could you please modify this Dojo example to reproduce the issue you are experiencing? 

Looking forward to your reply.

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
lee doo
Top achievements
Rank 1
commented on 21 Nov 2023, 04:15 AM

 Helllo, Martin. 

I couldn`t access the URL you sent.

Here is my source code in detail.

$("#" + id).kendoGrid({
                        dataSource: DataSourceObj,
                        scrollable: {
                            virtual: true
                        },
                        columns: resultColumns,
                        dataBound: Gridheight,
                        excel: {
                            fileName: FileName,
                            allPages: true,
                            filterable: true
                        },
                        sortable: true,
                        reorderable: true,
                        resizable: true,
                        columnResize: Set_columnwidth, 
                        columnReorder: function,

                    });

 

 

Martin
Telerik team
commented on 23 Nov 2023, 03:20 PM

Hello, Lee,

The link I shared was from the Grid saveAsExcel Api documentation. With the code you provided, I cannot assemble an example as your Grid configuration is using a reference to all significant options. Kindly share a runnable Dojo example where I can see the issue. 

Tags
Grid
Asked by
lee doo
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or