Blazor Grid - Paging

Use Blazor Bootstrap grid component to display tabular data from the data source. And it supports client-side and server-side filtering, paging, and sorting.

Client side paging#

For paging, AllowPaging and PageSize parameters are required.
Add AllowPaging="true" and PageSize="20" parameters to the Grid. PageSize parameter is optional.
INFO
The default page size is 10.

Dynamic page size#

Page size selection#

Auto hide paging#