Skip to main content
All docs
V24.1

Blazor Pager

The Pager component enables page navigation.

Run Demo Read Tutorial: Explore Features

Blazor Navigation Landing Pager

Features

Page Count

The PageCount defines the total number of pages. Use the VisibleNumericButtonCount property to specify the maximum number of numeric buttons that can be displayed in a pager.

Run Demo: Pager - Limit the Number of Page Buttons

Users can click navigation buttons to see other numeric buttons. If all numeric buttons are visible, the Pager component automatically hides navigation buttons.

Input Box

When the total number of pages exceeds the SwitchToInputBoxButtonCount value, the component replaces navigation buttons with the input box. You can use the NavigationMode property to switch between navigation buttons and input box in code.