DataGrid not reseting its paging

Hello,
I have a "RadzenDataGrid" with 11 items in its "Data" and its "PageSize" is 10 but if I'm on the second page, remove the last item and update its "Data" (where now it's only 10 items). I'm stuck on the second page, I can't back to the first page and the DataGrid shows empty. Do I need to update something or reset its paging?
Regards.

Edit: this would be my DataGrid's code

Check this thread:

1 Like

That solved my problem, thank you so much!