Filter template and paging

Hello,
I used Filter Template (Blazor DataGrid custom filtering) to implement a template filter for a column of my datagrid. my datagrid has paging with paging size 10 row. For example, if I have 35 records (row), the records are displayed in 4 pages, if I click the page 2, then use the template dropdown filter to select a item, then return 6 records, these 6 records should be displayed, but the datagrid is empty and does not display the record. what may cause the problem, or do you have the example for filter template and paging implementation? the return 6 record fix one page, but it does not go to the first page.

Thanks,

john

Hi @jzhu,

You can execute DataGrid FirstPage() method on change of the filter template dropdown.