PagerComponent
Selector
kendo-datapager, kendo-pager
Export Name
Accessible in templates as #kendoPagerInstance="kendoDataPager, kendoPager"
Inputs
Name | Type | Default | Description |
---|---|---|---|
buttonCount |
|
|
Sets the maximum numeric buttons count before the buttons are collapsed. |
info |
|
|
Toggles the information about the current page and the total number of records. |
navigable |
|
|
If set to |
pageSize |
|
Defines the number of data items per page. | |
pageSizeValues |
|
Shows a dropdown for selecting the page size.
When set to | |
previousNext |
|
|
Toggles the Previous and Next buttons. |
size |
|
Specifies the padding of all Pager elements. The possible values are:
| |
skip |
|
|
Defines the number of data items to be skipped. |
total |
|
|
Represents the total number of data items in the collection. |
type |
|
|
Defines the type of the pager. |
Events
Name | Type | Description |
---|---|---|
pageChange |
|
Fires when the current page of the Pager is changed (see example). You have to handle the event yourself and page the data. |
pageSizeChange |
|
Fires when the page size of the Pager is changed. You have to handle the event yourself and page the data. If the event is prevented, the page size will remain unchanged (see example). |