I have an application that is using RadWindow.Alert/Prompt extensively. My MainWindow is RadWindow.
The owner property is set to MainWindow on most of them, but when the user switches between applications with ALT + TAB for example
and returns back, the alerts are not visible as they are not truly modal and you have to alt/tab to the alert itself in order to show it.
Is there a way to correct this behavior and use the Alert/Propmpt as real modal dialogs?
The owner property is set to MainWindow on most of them, but when the user switches between applications with ALT + TAB for example
and returns back, the alerts are not visible as they are not truly modal and you have to alt/tab to the alert itself in order to show it.
Is there a way to correct this behavior and use the Alert/Propmpt as real modal dialogs?