Replies: 1 comment
-
Hello @sweeperq, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a GridItemsProvider along with PaginationState to perform server side paging. It is working great, except that clicking a column sort button does not reset the PaginationState.CurrentPageIndex. The sort is applied, but if I'm on page 3 of the results, I stay on page 3 of the results after a sort. Is there an event that occurs that I can tie into when a column sort is clicked so I can reset the CurrentPageIndex? I looked through the docs, Intellisense methods, and asked AI but couldn't find anything obvious. Do I have to create a "Sort" property on my component and compare it against the GetSortPropeties() for every request to see if they are different?
Beta Was this translation helpful? Give feedback.
All reactions