Is it possible to have nested tiles in a TileLayout.
For example. The main page could have 2 tiles which the user could reorder or resize and within each of these tiles there would be some components that could be reordered or resized just within the inner tile.
In the image below I was able to create 2 tiles but they cannot be reordered.
I tried placing these 2 tiles inside another TelerikTileLayout but had issues when attempting to reorder or resize the inner components.
In my actual application I may end up with multiple levels of nesting and the structure is generated from a definition read in by the page.
I create an example here https://blazorrepl.telerik.com/QTapQGvU54CO5Pjw05
Regards