Hi,
I have a Blazor grid working with remote data via an UrlAdaptor and the filtering operations work except when using Excel style filters. Specifically, the filter UI doesn't populate with distinct entries for that column and always only shows the following:

I've examined the request sent from the server and there are indeed distinct entries arriving at the client, however they're not displaying in the UI. Please note that there are no server or client side exceptions being raised. I also read another couple of threads that suggested the problem was with the number of records being filtered but the total records in this case is 364.
Please help :)