Unplanned
Last Updated: 15 Jun 2021 14:56 by ADMIN
Created by: Meera
Comments: 0
Category: Notification
Type: Feature Request
4
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.
Completed
Last Updated: 14 Jun 2021 12:59 by ADMIN
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. 
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
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.
Declined
Last Updated: 18 May 2022 17:24 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 3
Category: Notification
Type: Feature Request
1
For the time being this is possible with some jQuery by having the desired image URLs. A simple example is attached.
Declined
Last Updated: 03 May 2016 07:07 by ADMIN
Created by: Denis
Comments: 1
Category: Notification
Type: Feature Request
1
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
Unplanned
Last Updated: 07 Jul 2016 11:33 by Mathieu
Created by: Mathieu
Comments: 0
Category: Notification
Type: Feature Request
0
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.
Completed
Last Updated: 04 Sep 2015 13:46 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: Notification
Type: Feature Request
0
RadNotification plays no sound on mobile devices running iOS, Android and Windows RT.
Completed
Last Updated: 23 Jun 2022 10:18 by ADMIN
ADMIN
Created by: Joana
Comments: 0
Category: Notification
Type: Feature Request
0
The issue is reproducible when scroll is applied on the page and when the button showing the notification is in UpdatePanel