RazdenGrid Filter, Sorting and Paging options in WebAssembly app

I have a question:

The options for Filter, Sorting ang Paging works in an Blazor WebAssemply app?
In the documentation says:
"DataGrid component can perform server-side sorting, paging and filtering...", this "server-side" means that only works in server side app?

Regards.

Radzen Blazor DataGrid can work directly with OData service and provide proper expressions for sort, filter and page. You can create a WASM application with Radzen to try it and check the generated code.