New to Telerik UI for WPF? Start a free 30-day trial
Difference from RadAlert
Updated over 6 months ago
In some cases you might get confused which control you need to use - RadDesktopAlert or RadAlert.
RadAlert (Figure 1) is a modal dialog window that gets visualized during user interaction with the interface. It prevents the user from accessing the rest of the program's interface until it gets closed - the UI behind RadAlert becomes inactive.
Figure 1: Alert

If you need to display a notification for a short period of time RadDesktopAlert (Figure 2) is what you need. It is displayed as a small notification window on a predetermined location and gets automatically closed after the elapsing of specific duration.
Figure 2: DesktopAlert
