• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

PagerSettings

The pager settings of the ListView (see example).

NameTypeDefaultDescription

buttonCount?

number

Sets the maximum numeric buttons count before the buttons are collapsed.

info?

boolean

Toggles the information about the current page and the total number of records.

pageSizeValues?

boolean | number[] | PageSizeItem[]

Shows a dropdown for selecting the page size. When set to true, the dropdown will contain the default list of options - 5, 10, 20. To customize the list of options, set pageSizeValues to an array of the desired values. The array can contain numbers and PageSizeItem objects.

position?

PagerPosition

Specifies the position of the pager.

The possible values are:

  • bottom (Default) — Positions the pager below the ListView.
  • top — Positions the pager above the ListView.
  • both — Displays two pager instances. Positions the first one above the ListView and the second one below it.

previousNext?

boolean

Toggles the Previous and Next buttons.

type?

PagerType

Defines the type of the pager.