How to implement datagrid paging through button click event in netcore blazor server

How to implement datagrid paging through button click event in netcore blazor server,
Are there any examples for me to study, thank you

Maybe you are looking for GoToPage() method of the DataGrid component. We don’t have such examples however you might find other useful demos here:

Hi there, I wrote up a walkthrough of how I do this. I don't have a fully open source example, but I do show my steps in some detail. Notion

thank you,and your Radzen Team

thanks your demo,finally i find RadzenGrid method of "GotoPage(int pageIndex)" to implement my goal