Display RadzenPager twice on a page

Hi
I have a RadzenPager on my blazor page which works fine.
The thing is, I would like to display this pager at the top as well as at the bottom of the page.
Sometimes the list on this page becomes very long so the customer would like to see the same pager at the top and at the bottom of the page.
How would I accomplish that the active page number is synchronized between these two pagers?
Thnx in advance.

You can use similar approach as our DataList component: