Skip to content

Commit 3299ea5

Browse files
authored
Add info about ListBox and Chart Breadcrumb.
1 parent 2d94165 commit 3299ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/rootcomponent/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The `TelerikRootComponent` is responsible for the following tasks:
2222
* It's more reliable that the popups will display on top of the other page content.
2323
* There is no risk for the popups to be trapped by scrollable containers, or clipped by containers with an `overflow:hidden` style.
2424
* It exposes the `DialogFactory` for using [predefined dialogs](slug:dialog-predefined).
25+
* It helps with the integration of components, for example, when using [connected ListBoxes](slug:listbox-connect) or a [Chart Breadcrumb](slug:chart-drilldown#).
2526

2627
The `TelerikRootComponent` achieves all these tasks with the help of [cascading values](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/cascading-values-and-parameters). That's why it is crucial for the root component to wrap all other Telerik components in the app, otherwise an [exception may occur](slug:common-kb-component-requires-telerikrootcomponent). To ensure correct popup position, it is also highly recommended for the `TelerikRootComponent` to be the top-level component in the app and wrap all other content, including the application layout.
2728

0 commit comments

Comments
 (0)