New to Kendo UI for AngularStart a free 30-day trial

PageSizeItem

Describes the PageSizeItem options for the PagerPageSizesComponent.

typescript
const pageSizeItem: PageSizeItem = { text: 'Show All', value: 'all' };
NameTypeDefaultDescription

text

string

Sets the text for each option in the pager's PageSize selector.

value

number | "all"

Sets the value used as the page size. If set to 'all', the page size matches the Grid data total.

Not finding the help you need?
Contact Support