UX and Grid Component - Javascript Confirmation Windows - Title Direction

Description

By default, all confirmation dialogs show the title on the left and the close icon on the right. For right to left languages, you might want to change this. To do so, put the following Javascript in the Grid or UX onRenderComplete client-side event:

Example

A5.msgBox.window = {
    title: {
    direction: 'rtl'
    }
}