I have a Modal Window showing and then show a Predefined Dialog alert. You can click on the modal window and the Alert dialog goes behind and you have to close the modal, then close the alert dialog.
It would be nice if the the predefined dialogs were always modal on top of all windows.
https://blazorrepl.telerik.com/cGEHOxYU12TavfAP41
Dialog component does not recalculate its z-index based on the existing window components. Thus, it is displayed behind the window.
Currently using VisibleChanged event, I can tell when a dialog is closed. However, if you have a component inside the dialog and trying to reference that component before the dialog is fully rendered you get a null reference exception.
What I am proposing is adding a new event or extending VisibleChanged so that we know when the dialog has been initialized.