Popup TagHelper Overview
The Telerik UI Popup TagHelper for ASP.NET Core is a server-side wrapper for the Kendo UI Popup widget.
The Popup positions content next to a specific anchor.
The Popup is part of Telerik UI for ASP.NET Core, a
professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Initializing the Popup
The Popup is used in the configuration of other tag helpers.
The following example demonstrates how to define the popup animation configuration of the Telerik UI Tooltip tag helper.
<kendo-tooltip name="agglomerations" filter="span" position="top" width="120">
<popup-animation>
<open effects="fade:in" duration="300" />
</popup-animation>
</kendo-tooltip>