This is a migrated thread and some comments may be shown as answers.

Set alert offset for RadDesktopAlertManager

2 Answers 78 Views
DesktopAlert
This is a migrated thread and some comments may be shown as answers.
Fabrice
Top achievements
Rank 1
Fabrice asked on 19 Jan 2016, 11:01 AM

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).

2 Answers, 1 is accepted

Sort by
0
Accepted
Kalin
Telerik team
answered on 20 Jan 2016, 11:27 AM
Hi Fabrice,

I'm afraid this won't be possible with the current implementation of the manager. However what I can suggest you would be to create another manager for the other screen position (without closing the opened alerts) and start using it for the new alerts. This way the old alerts will remain on their place until they are closed and the new ones will appear on the new position.

Hope this will work for you.

Regards,
Kalin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Fabrice
Top achievements
Rank 1
answered on 26 Jan 2016, 11:10 AM
I see, thanks. For now will have to work like this :)
Tags
DesktopAlert
Asked by
Fabrice
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Fabrice
Top achievements
Rank 1
Share this question
or