Telerik UI for ASP.NET Core Popover Overview
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIThe Popover component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for ASP.NET Core Popover component provides a simple way to display additional content next to a specific anchor element that appears when users perform actions on that anchor element, such as clicking or hovering. The Popover supports templates, which allow you to customize its content and appearance.
The current demo shows how you can easily integrate the Popover inside a Calendar to display different events when the user selects a specific date.
The ASP.NET Core Popover control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The UI for ASP.NET Core Popover is a server-side wrapper for the Kendo UI for jQuery Popover component and supports an HtmlHelper and a TagHelper mode.
Functionality and Features
- Templates—The Popover allows you to use the
Header
andBody
options to customize the component content. - Events—ou can also handle the exposed events of the Popover, which can be customized on top of its built-in features.
- API—You can explore the API functions to dynamically change the state of the Popover component.