Hello,
I needed to handle alert positioning in a dual monitor setup and I was looking at this thread: http://www.telerik.com/forums/alert-position-on-dual-monitor-setup
Is it possible to set the alert offsets without needing to create another instance of RadDesktopAlertManager? I didn't want to have to drop any alerts that the user didnt handle (this.Manager.CloseAllAlerts(); on the example), and it seems there's no way to move alerts from one manager to another while retaining its position (as the user is free to move alerts around).