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!>
Thanks for joining our community and helping improve Syncfusion products!
When exporting data from the DataGrid component to an Excel spreadsheet, columns containing DateTime values are currently exported as text strings rather than as native DateTime objects. This causes issues when users attempt to perform date-based operations (e.g., sorting, filtering, or formatting) within Excel, as the data is not recognized as a valid DateTime type.
This behavior affects usability and data integrity, especially in scenarios where accurate date manipulation is essential. The expected behavior is that DateTime columns should retain their type and be exported in a format that Excel recognizes as a true DateTime object, not plain text.
Replication Sample: https://blazor.syncfusion.com/documentation/datagrid/excel-exporting
Replication Procedure: