How to limit datagrid pager navigation only to adjacent pages?

I have a datagrid with server-side pagination and data fetching from azure table. Since I'm using continuationToken based pagination, grid is only allowed to navigate it's adjacent pages.

Is there a way to hide/disable page numbers on datagrid pager and only activate next/previous buttons?

You can set PageNumbersCount to 0:


1 Like