How to right-align entire kendo dialog

1 Answer 12 Views
Dialog
Bob
Top achievements
Rank 1
Iron
Bob asked on 12 Aug 2025, 06:36 PM
Hi, I'm using the dialog service and want to know how to position the entire dialog all the way to right of the browser window.

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 14 Aug 2025, 09:03 PM

Hello Bob,

In order to position the Dialog Service to the right of the browser, use the following CSS:

.k-dialog-wrapper .k-dialog {
  position: absolute;
  left: auto;
  right: 0;
}

Output:

In this StackBlitz example, the Dialog service is displayed on the right. Please make sure to set the encapsulation to ViewEncapsulation.None to set the style locally.

I hope this helps. Please let me know if I can further assist you.

Regards,
Hetali
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Dialog
Asked by
Bob
Top achievements
Rank 1
Iron
Answers by
Hetali
Telerik team
Share this question
or