New to Kendo UI for Angular? Start a free 30-day trial
Angular Pager Appearance
Updated on Feb 6, 2026
The Pager provides predefined size options which allow you to set different padding to the Pager elements.
Since version 22.1.0, default values of the appearance properties are no longer hardcoded in the component. The default values are inherited from the Kendo theme.
For more information, refer to the Design System documentation.
To change the default padding of the Pager elements, set the size property. It accepts values of type PagerSize.
The size option supports the following values:
smallmediumlarge
The following example demonstrates how to define the Pager size.
Change Theme
Theme
Loading ...