New to KendoReact? Start a free 30-day trial
Paging
PagingPremium
Updated on Jun 24, 2026
The KendoReact ListView can be easily integrated with the KendoReact Pager to split the content into multiple pages.
Basic Usage
To page the ListView data, pass a data slice to the ListView and render a Pager in the footer prop. Handle the onPageChange event to update the skip and take values and re-slice the data accordingly.
The following example demonstrates how to split ListView items across pages using the Pager component.
Change Theme
Theme
Loading ...