Home Unanswered Active Tags New Question

not firing BeforeEventRender

Hi,

Why not firing the above events?

Asked by Anonymous 4 years ago.
Replies
Its working now once I added the below code at onInit()
this.DayPilotCalendar1.BeforeEventRender += new BeforeEventRenderEventHandler(DayPilotCalendar1_BeforeEventRender);

Can you please explain that how to do for dynamic DayPilotCalendar objects?
Comment posted by Anonymous 4 years ago.
It should work if you do the same after the dynamic object creation:

DayPilotCalendar1.BeforeEventRender += new BeforeEventRenderEventHandler(DayPilotCalendar1_BeforeEventRender);

That doesn't work?
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

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