Is there any way to make Kendo Grid not use server side filtering/sorting when there are less than X results?
i.e. If the the initial row count comes back from the server as being 8, is it possible to make subsequent filtering and sorting requests to run on that local data-set rather than querying the server again?