Hi,
I'm wondering if it could be possible to add an auto close functionnality on RadMessageBox ?
- With a formattable string like this : "Popup will close in {0} seconds"
- We should be able to specify a duration in seconds
- It would only be useable if the MessageBox is not a YesNo(Cancel)
Using an internal timer, the MessageBox would update the formattable string at each tick.
I think it can easily be achieved.
Thanks.