DataGrid pager not reflecting current page

When I change pages in Radzen DataGrid the page changes (the data reflects the change) but the pager at the bottom still says "Page 1 of 65" and the highlighted page on the right doesn't change from "1".

In the LoadData function I can check the Grid.CurrentPage and the DataGrid does know the current page - it accurately reflects the change.

Are there things I can check to see what I could have done / set wrong for the pager to not reflect the correct page?

I got this working, I'm not sure how. Basically ended up just having to start the page over and it worked the second time. :man_shrugging: