Hi
I am using Radzen version 6.1.6, and I would like datagrid to restore the last currentPage from localStorage. When pageSize = 10 everything works fine. But when I change the number of pages (e.g. PageSize = 20) I automatically go to the first page. Do you have any advice for me?
The default behavior of changing page size is to reset current page index to 0. If you are looking for different behavior you can implement it in the way you need.