Skip to content

Commit 35aa779

Browse files
ntachevaikoevska
authored andcommitted
Update knowledge-base/tilelayout-nested-instances.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 6e4fc07 commit 35aa779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/tilelayout-nested-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This KB article answers the following questions:
3333

3434
When using two nested [TileLayout](https://docs.telerik.com/blazor-ui/components/tilelayout/overview) components in a Blazor application, resizing or reordering the child component expectedly affects the parent component. This behavior occurs because the resize and reorder events propagate through both levels of TileLayout components.
3535

36-
Nesting TileLayouts is uncommon, but generally possible if the resizing and reordering are enabled only for one level at a time. It is important to clarify that with the users, so they do not expect they can drag tiles across component instances, which is not possible.
36+
Nesting TileLayouts is uncommon, but generally possible if the resizing and reordering are enabled only for one level at a time. With such an implementation, you need to clarify to your end users that they can't drag tiles across the different component instances.
3737

3838
To manage nested TileLyouts with resizing and reordering:
3939

0 commit comments

Comments
 (0)