I'm not sure if this is possible but I'm trying to have the filtering done server side but having the sorting/paging done there after client side. However if I set serverFiltering = true and serverPaging/Sorting = false the paging/sorting is still making a call to the server even though the filtering hasn't changed. Let me know if what I'm trying to do is even possible.
Little more info in case it helps. The server call will return all data on filter then if the user pages/sorts it should do it based on what the server call returned and is currently in the dataSouce.
Thanks,
Patrick