How set top and left position of a dialog

Hi, with handler "Open dialog" is possible set size of dialog and it is showed in the center of screen.
How I can set top&left position or its vertical and horizontal alignment (left,center,right)?

Thanks

Not possible at the moment however we will add left and top in the next version similar to width and height.

Thanks, could you suggest a temporary workaround to do it?

There is no workaround.

This is included in our just released Radzen 2.8.0!

How about the right side? is there a trick to that. The CSS doesnt seem to work as far as moving the dialog to the right side. the style setting in the div<> seem to override the custom style.css sheet

@media {
.ui-dialog {
right: 0px;
width: 30% !important;
height: 100% !important;

    }
}

Thanks

how about right position? is there any fix yet?

1 Like