Hi,
I'm using a kendo angular grid. For some reason when i filter on a page (other than page 1) it isn't resetting to page 1. Therefore if i filter for something on page 5 for example and there is only one result, the grid appears empty and i'm having to click page 1 to show the row. I'd have thought this should work out-of-the-box or am I required to write some code to reset the paging whenever a fitler is applied?
Using version:
"@progress/kendo-angular-grid": "6.0.1",
Thanks
We have implemented filtering differently to the docs (not using filterBy method).
So its going off to the api sending the current page number in the datasource request.
If i change skip to 0 it resets tha paging. This seems to be my solution