When using the Blazor DataGrid enum filtering example i am not able to use the FilterOperator.In in the ID column. As soon as i pick this operator and select a value (i cannot even select more than one), i receive an error.
We stumbled upon this in our project and when trying to verify that it is an issue with on our side, we noticed even the examples are affected.
Am i missing something or is it indeed a problem with the component itself? Any advice on how to work around this issue?
The second demo is exactly for ODats however the DataGrid column In filter operator will not create OData in filter expression since the support in the current OData library provided by MS is not very good. You can check what expressions are generated in the demo.