New to Kendo UI for Angular? Start a free 30-day trial
PagerSettings
Configures the pager settings of the Grid (see example).
typescript
public pagerSettings: PagerSettings = {
buttonCount: 5,
info: true,
type: 'numeric',
pageSizes: [5, 10, 20],
previousNext: true,
responsive: true,
position: 'bottom'
};
Name | Type | Default | Description |
---|---|---|---|
buttonCount? |
|
Sets the maximum number of numeric buttons before collapsing them. | |
info? |
|
Shows information about the current page and the total number of records. | |
pageSizes? |
|
Shows a menu for selecting the page size. | |
position? |
|
Sets the Pager position relative to the Grid data table.
The possible values are | |
previousNext? |
|
Shows the Previous and Next buttons. | |
responsive? |
|
Enables the built-in responsive behavior of the Pager. | |
type? |
|
Sets the type of the Grid pager. |