Hello Sahar,
I am happy to announce that the WindowSettings now supports htmlAttributes property which sets the HTML attributes of the Window wrapper element. It can be used to set the direction of the Window like:
const window: WindowRef = this.windowService.open({
title: "My Window",
content: "My Content!",
...
htmlAttributes: {
dir: "rtl",
},
});
}
Please check this article for more details regarding this topic:
Regards,
Martin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.