I have utilized the Notification component in a centralized portion of my mainlayout and created a service so that all notifications flow through control so I don't have to repeat a TelerikNotification component on every content page. It is working great except.. there is no API control over the notifications once they are created.
What I would like to do is have all the open notifications cleared in response to a location change event on the NavigationManager. I can accomplish the event but cant clear the notifications.
Thx