Server Side Processing Filtering Only
Server Side Processing Filtering Only
Jamaur
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
This discussion has been closed.
Answers
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