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!

2
Votes

Hi,

When using filtering in a DataGrid connected to an ODataV4Adaptor I am getting errors when filtering a column containing numbers by a value with comma as decimal sign .

E.g. a column filtered by "Value greater than 2,5". (Comma is the decimal separator in Denmark).

The error thrown contains:

System.Net.Http.HttpRequestException: {"error":{"code":"","message":"The query specified in the URI is not valid. ')' or operator expected at position 24 in '(EstimatedValueBase ge 2,5)'

I think this is caused by OData requirering . as decimal separator - and not , (comma).


I am not sure is this is considered an error or if there is a workaround not known to me.

Best regards,

Jens