search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

AfterRender-Event MVC Calendar

Asked by Chris
10 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
10 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 months old and has been closed. Please create a new question if you have anything to add.