I have RadNotification working well with a web service providing the content of the Notificaiton using
notification.update();
notification.show();
when I want to show the Notification.
I want to clear the Notificaiton content each time the user clicks on the Notification Close button.
I've had a hard time getting it to clear on both the client and the server without side effects. I have it sort of working now, but the notification flashes on loading the page.
I'm sure there is a simple, clean way to do this, but I haven't been able to figure it out -- after spending a lot of time and searching both the Telerik website and using Google.
Thanks,
Donald