Nested Radzen dialogs is hidden by the parent dialog

You can use this style to avoid the problem:

<style type="text/css">
.rz-dialog-wrapper {
  z-index: 1002;
}
</style>