Search, Filter and sort in Blazor WASM Hosted using EF Core

Hi

Could someone please assist with adding search, filter and sort to my project?

ryanreynoldsspecnet/BlazorTest (github.com)

Regards


Ryan


1 Reply

RN Rahul Narayanasamy Syncfusion Team September 2, 2021 01:26 PM UTC

Hi Ryan, 

Greetings from Syncfusion. 

Query: Sort, search and filtering operation in WebApiAdaptor 

We have validated your query and we might suspect that you want to know how to perform data operation(sorting, paging, filtering) in WebApiAdaptor.  

When using the WebAPI services, you need to handle these data operation actions(search/filter/sort/paging actions) at server side based on the querystring you get using the “Request.Query” from the request in Get method.  

 

So we suggest you to ensure to handle the filtering/sorting actions at server side, based on the “Request.Query” you get from the request to perform filter/sort actions when bind WebApi services to Grid. 

Find the below forums for your reference. 


Please let us know if you have any concerns. 

Regards, 
Rahul 


Loader.
Up arrow icon