New to Kendo UI for Vue? Start a free 30-day trial
Collisions
Updated on Sep 1, 2026
The Popover lets you control collision behavior when it is not fully visible. The collision property supports the following options:
fitmoves the Popover horizontally until it is fully displayed in the viewport.flipflips the Popover position based on its origin and position properties.nonerenders the Popover at its original position. Use this option when the Popover receives focus on open and the page scrolls to it.
Loading ...