Blazor Popup - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Filter the Grid to see the Popup component in action. The Country selector and the Filter button use Popups for custom dropdowns.
Order ID | Country | City | Ship Name |
---|---|---|---|
|
|
|
|
1 | France | Reims | Vins et alcools Chevalier |
2 | Germany | Münster | Toms Spezialitäten |
3 | Brazil | Rio de Janeiro | Hanari Carnes |
4 | France | Lyon | Victuailles en stock |
5 | Belgium | Charleroi | Suprêmes délices |
6 | Brazil | Rio de Janeiro | Hanari Carnes |
7 | Switzerland | Bern | Chop-suey Chinese |
8 | Switzerland | Genève | Richter Supermarkt |
9 | Brazil | Resende | Wellington Importadora |
10 | Venezuela | San Cristóbal | HILARION-Abastos |
- Overview.razor
- OrderService.cs
- OrderDto.cs
The Popup component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native 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 Blazor Popup component represents an animated container, which displays in relation to a specific anchor element, but renders in the application (DOM) root. As a result, the Popup can appear over other content and outside the boundaries of scrollable containers.
The Popup component provides an extensive API to configure its animation, position, alignment and offset with regard to the triggering anchor.
The Popup can also exhibit different behaviors when it's too close to the viewport boundaries - it can show on the opposite side of its anchor or just shift its position.