All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Let's say a user is looking at page 2 after applying a filter on one of the columns.
Please refer to Capture.jpg.
Now, if the user changes filtering text, I want the grid to display page 1, instead of staying on page 2.
How can I achieve this?
Thank you.
Hello, Andrew,
This is controlled by the skip parameter passed to the Grid.I can suggest setting it to 0, so it returns the user to page 1.This can be observed in our Getting started demo:https://www.telerik.com/kendo-react-ui/getting-started/#toc-complete-source-code
I hope this is helpful.
Regards, Stefan Progress Telerik