Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, 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

Whenever I want to export a PivotView when virtualization is enabled, as I understand, there is one function to achieve this: ExcelExport.prototype.exportToExcel = function(type) { ... }

I would like this to be extended with either custom file name like this:

Empty


Or custom args, or however you think it would be best.

I am developing a website that has a lot of pages with pivotGrids, and being able to specify filename when exporting would be very convenient so the user knows from which page and what date belongs to each exported file.