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!

1
Vote

When a string column is set as "698.4," exporting it to Excel results in the values being interpreted as dates. Consequently, the exported Excel sheet displays no records. It's important to note that this issue is specific to IQueryable.

Empty


  1. Run the attached sample.
  2. Put BreakPoint in ReadAsync method.
  3. Then Filtered the string column with value "698.4".
  4. The values were exported properly.
  5. Then, click excel export in toolbar, In read method values were get as date. (Note: Refer the attached image.