Datagrid issue with paging & deletion

Radzen 2.61.7.

If I have a datagrid which is set to a page size of 10 and initially has less than 10 records contained, the grid displays and the paging controls are hidden.

If I add records until I get to 11 records, the datagrid refreshes and correctly now shows the paging controls with options to navigate the pages. If I select to display page 2 of data, I see a data grid with a single record which is all correct. If I now delete the single record, the record gets deleted and the grid refreshes to show no data and the paging controls are hidden.

image

I suspect it is still displaying page 2 which has no records but, as the paging controls have been hidden, there is no way to get back to page 1 without either applying a filter on the data grid, re-opening the screen or refreshing the browser.

Is there anyway to tell the data grid to always show the paging controls?

Here is how the DataGrid will handle such case with latest version:

delete