AfterRender-Event MVC Calendar
Asked by Chris
13 years ago.
Hello,
how can i do some javascript in the afterRender event? (http://api.daypilot.org/daypilot-calendar-afterrender/)
There is no property in the DayPilotCalendarConfig for this event.
Thanks!
Answer posted by Chris
13 years ago.
Ok, I've found a solution. I overwrite the function in the document.ready.
Example:
$(document).ready(function () {
dpCalendar.afterRender = function () { afterRenderCallback(); }
});
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.