Hi
I placed a RadzenPager in the top of my blazor page.
Now I wanted the same pager at the bottom of my page so I copied it to the bottom of the page.
Unfortunately, if I select a new page in the first pager, the current page of the second pager isn't updated.
Is there any way to accomplish this? Without using Javascript.
Thnx in advance
Henk
You can bind both pagers to same variables/properties similar to our DataList component:
Hi Vladimir
Thanx for the quick response.
I looked at your code but I can't see the binding there. Could you explain a little more please?
Grtz Henk