Hello, is it somehow possible to chose html element into which the dialog is rendered to? Currently it's the <body> element.
I'm asking because I've got page with OpenLayers map and dialog, everything works fine until the map is switched to fullscreen mode. Button to open the dialog is placed inside the map element as overlay so even if the map is in fullscreen the button is displayed fine above the map. But opened dialog is placed behind the map and no amount of z-index will display it above the map. If I move the dialog with it's wrapper (using JS) under the map element it's fine.
Edit: Ok, dialog created from another dialog is placed under the first .dialog-wrapper element, so it's not always <body> element...
Do i though? I'm sorry but i don't understand how... As I understand it from documentation, Radzen's way of doing dialogs is that I'll create component of dialog's body and then call DialogService's method OpenAsync to render it. The most I see I can influence about the dialog envelope (dim background and the dialog frame) appart from DialogOptions is that i can add custom classes to wrapper and dialog elements. But I may be missing something.
I did, even before I've created the topic. I can see that DialogContainer component. But what should i do with it? Place it somewhere I want to dialog element to by placed? I've tried that, but opening dialog just creates another .rz-dialog-wrapper under <body>. Should I inherit something somewhere and overwrite some part? I'm not trying to be ironic or anything i genuinely don't know what you mean.