New to Kendo UI for Angular? Start a free 30-day trial
CollisionType
Defines the possible collision behavior when the Popup is not fully visible.
fit
—Moves the Popup horizontally until it is fully displayed in the viewport.flip
—Flips the Popup position based on the origin and the position properties.
type
CollisionType = "fit" | "flip";