Hi Customer,
Thanks for contacting Syncfusion support.
In Essential JS2 Grid, we have paging feature, when this feature is enabled, It will load 12 records by default. So we need to set the `pageSize` is set as 10, then it only load 10 records on page load. When you perform filtering or searching, these actions will be performed based on the entire data source of the grid, and not based on the loaded 10 records. This is the default behavior of filtering, searching and paging actions in Essential JS2 Grid. Please refer the online sample link below,
In the above sample, initially only 12 records will be loaded in Grid. But if the filtering action is performed, it will filter and return values based on the entire data source of Grid, and not based on the loaded 12 records.
Documentations:
Please get back to us if you need further assistance.
Regards,
Renjith Singh Rajendran.