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

PageSizeItem

Interface

Describes the PageSizeItem options for the PagerPageSizesComponent.

Definition

Package:@progress/kendo-angular-grid

Syntax:

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

Properties

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.

In this article
DefinitionPropertiestextvalue
Not finding the help you need?
Contact Support