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 applying a filter on a DateOnly column (via filter row, specifying a date) of a SfGrid with a ODataV4 adaptor, the $filter created contains a non-url-encoded date.
When using DateTime, the problem does not occur.
I think the problem is in OdataAdaptor not correctly formatting DateOnly values.
The generated $filter is like this:
https://localhost:5001/odata/Utente?$count=true&$orderby=CognomeNome&$filter=(DataDiNascita%20eq%2015/02/2024)&$skip=0&$top=15
You can see the date (in bold) is not correctly formatted.