Server Side Processing Filtering Only

Server Side Processing Filtering Only

JamaurJamaur Posts: 85Questions: 9Answers: 0

By default when server side processing is enabled, filtering/sorting/paging are all sent to the server for processing. Is there any way to process server side for filtering only while sorting and paging are still processed via client side?

Thanks,
James

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,598

    Hi @Jamaur ,

    No, it's an all or nothing. For sorting and filtering to work only on client-side, the client would need access to all the data, making the server end redundant.

    Cheers,

    Colin

This discussion has been closed.