In the current version 2.30
Is it possible to create a component with containing a TelerikWindow (Modal = true) witch in turn also has another component containing another TelerikWindow (Modal = true), this last being opened when clicking for example on a button of the 1st component?
So far several unsuccessful attempts (using Visible & VisibleChanged or @bind-Visible)
- 2nd window not displayed
- Seems to break the 1st one (close button not working anymore)
- No error displayed
Thanks in advance.