Home Unanswered Active Tags New Question

How to hide the Message Bar on Scheduler Control without clicking the X

Within a callback I use dp.UpdateWithMessage("Test"), and it displays the Message as expected.

I can remove the message by clicking the cross but I want it to auto hide itself. Solutions such as

1, Allow configurable timeout for it to hide itself, say 1 second,
2, Access to the MessageBox using Javascript on afterrender
3, Have any subsequent callbacks reset the Message,
4, Server code to force hide on callback, for example dp.HideMessage() or simular.

Asked by Anthony 9 months ago.
Replies

You can call dps.hideMessage() using JavaScript.

The message will be more configurable in one of the future releases. It will be possible to customize the appearance and timeout, both globally and individually in UpdateWithMessage().

Answer posted by Dan Letecky [DayPilot] 9 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java