Invalid OData Filter

Working example with OData service can be found here:
https://blazor.radzen.com/datagrid-odata

The key is AsODataEnumerable() extension method which tells the DataGrid to provide valid OData filters, sorts, etc.

1 Like