Display a message after redrawing the Calendar
A typical scenario for me is that I press a button and some events are going to be changed when this button is pressed. For example all events might be marked as "done". After the postback (or partial postback / AJAX) I want to display a message. For example "5 old events have been marked as done".
How should I do that? If I write javascript:alert() in the middle of the page the calendars painting is not done and blocked until "OK" is pressed. So my wish would be to call this alert() after the calendar is repainted.
How?
(I guess such kind of scenarios are also interesting for any kind of events. But my main case is just after pressing an external button.)
Asked by Martin R. 4 years ago.