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.