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?