PagerComponent
Selector
kendo-datapager, kendo-pager
Export Name
Accessible in templates as #kendoPagerInstance="kendoDataPager, kendoPager"
Inputs
Name | Type | Default | Description |
---|---|---|---|
adaptiveMode |
|
|
Determines whether the Pager adaptiveness functionality is enabled (see example). |
buttonCount |
|
|
Specifies the maximum number of numeric buttons before the buttons are collapsed. |
info |
|
|
Determines whether to display information about the current page and the total number of records. |
navigable |
|
|
Determines whether users can use dedicated shortcuts to interact with the Pager (see example).
By default, navigation is enabled. To disable it and make the Pager content accessible in the normal tab sequence, set the property to |
pageSize |
|
Specifies the number of data items per page. | |
pageSizeValues |
|
Displays a dropdown for selecting the page size.
When set to | |
previousNext |
|
|
Determines whether to display the Previous and Next buttons. |
responsive |
|
|
Determines whether the Pager responsive functionality is enabled (see example). |
size |
|
|
Specifies the padding of all Pager elements. |
skip |
|
|
Specifies the number of data items to skip. |
total |
|
|
Specifies the total number of data items in the collection. |
type |
|
|
Specifies the type of the Pager. |
Fields
Name | Type | Default | Description |
---|---|---|---|
maxItems |
|
Gets the maximum number of items displayed on the current page. | |
template |
|
Represents the collection of pager template directives. |
Events
Name | Type | Description |
---|---|---|
pageChange |
|
Fires when the current page of the Pager changes (see example). You have to handle the event and page the data. |
pageSizeChange |
|
Fires when the page size of the Pager changes. You have to handle the event and page the data. If the event is prevented, the page size remains unchanged (see example). |