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