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.