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

0
Votes

I'm facing a problem that I cannot solve. I'm using a SfGrid component with the "AllowResizing" set to 'true' and the width 100%, and I want to export the grid to Excel with the same column width. If I export the grid without resizing it, the Excel columns width doesn't match with the grid ones. But if I resize some column, no matter how small the change, and then export, the Excel columns width are exactly the same as the grid.

Replication Steps:

--> Run the attached sample.

-->  https://blazorplayground.syncfusion.com/embed/LtrpNRrICgdKrrxw?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5

-->Then click the Excel export button. You will see the issue: the width of the Excel columns does not match the grid width when exporting to Excel.