Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I want to export a PDF from a grid that has an aggregate and I want that PDF to only include selected rows.
I can get one of these to work but not the other.

If I export all rows then the aggregate appears in the PDF.

If I set the pdf export to only export selected rows as described in documentation by setting the dataSource property of PdfExportProperties then the aggregate does not appear in the pdf. There is only a thin grey row where the aggregate should be. 

In the stackblitz linked below both behaviors can be seen by commenting or uncommenting the dataSource line.


Software versions:


@syncfusion/vue-ej2-grid        24.1.45

@syncfusion/vue-ej2-popups 24.1.44
vue                                             3.4.7



There are no errors in the console.