The issue is reproducible when scroll is applied on the page and when the button showing the notification is in UpdatePanel
For the time being this is possible with some jQuery by having the desired image URLs. A simple example is attached.
Currently the only way to define the time interval in which the Notifications show is to set the ShowInterval property which takes the interval in millisecond. But if we need a notification to run on a particular time of day like at 21:47:29, there is no way to set it. And i don't see a work around for it too, other than calculate 24 hours in milliseconds and assuming it to run at that particular time. It would really help if we can have a notificationRunType = {Interval, Time} which could evoke either the ShowInterval or ShowTime property, so that when notificationRunType="Time" and ShowTime="21:47:29" would set the RadNotifications to run on that particular time.
Currently RadNotification uses a single 3D set of icons for all skins. Metro styling, however, requires flat icons. With the current implementation such visualization can be achieved by putting a custom icon using the ContentIcon and TiteleIcon properties.
This would be usefull especially when calling the client side "Update" function of the radnotification. Currently, custom validators are getting fired when the callback occurs.
I would love it if the RadNotification control could display in other ways, and in particular more like mobile devices. I have two specific requests: 1) Allow notifications to be displayed in bar which drops down from the top of the screen - similar to both iOS and Android. Press the "click me" link on this page to see an example of what I am describing: http://www.minijs.com/plugins/8/notification#demo 2) Create a notification queue (even if just session based, no need to make it persistent in a DB) showing unread notifications. Here is an example that does a good job of this: http://www.codebasehero.com/files/notification-menu/demo/ Thanks, Denis Burke
RadNotification plays no sound on mobile devices running iOS, Android and Windows RT.
It would be incredibly helpful to add the AutoCloseDelay and ShowInterval properties to the Show function of the RadNotification control so I wouldn't have to add a wrapper to my base page class.