Is your feature request related to a problem? Please describe.
In a remote filtering scenario the build-in filtering is not disabled and the filter logic is applied on the client.
Describe the solution you'd like
Add filterStrategy which disables the default filtering of the grid.
Additional context
It could be similar to the noopFilteringStrategy in the Angular grid which returns the data as is: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/remote-data-operations#angular-grid-remote-data-operations-overview-example
Note: The same scenario is valid for other remote data operations e.g. sorting.