New to Kendo UI for Angular? Start a free 30-day trial
PagerPosition
Updated on Jun 13, 2025
Defines the type that the pager position property accepts.
Specifies whether the pager appears above the content container, beneath it, or in both places
(see example).
type PagerPosition = "bottom" | "top" | "both";