'Disable Client Side Filtering of Kendo Grid in Angular
I am using Kendo Grid ^3.6.0 with Angular 6
I am implementing Server Side Pagination of the Kendo Grid with 20 records per page and there are a total of 2000 records in the database.
When trying to filter the records based on different conditions, it is trying to filter from the first 20 records instead of fetching the data from Server for the whole 2000 records.
Even after adding filterchange($event) to the Kendo Grid and calling the Api to fetch the records, it is not working.
How to disable Client Side Filtering of the Kendo Grid and enable different kind of filters like equal to, not equal to, is null, is not null, starts with, ends with etc...
Any help would be greatly appreciated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
