search
envelope-o
feed
check
Products
DayPilot Pro for JavaScript
DayPilot Pro for ASP.NET WebForms
DayPilot Pro for ASP.NET MVC
DayPilot Pro for Java
DayPilot
»
Forums
Home
Unanswered
Active
Tags
New Question
user
comment-o
not firing BeforeEventRender
Asked by Anonymous
17 years
ago.
Hi,
Why not firing the above events?
asp.net
how-to
Comment posted by Anonymous
17 years
ago.
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 Dan Letecky
17 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?
This question is more than 1 months old and has been closed. Please create a
new question
if you have anything to add.
Tools
E-mail notifications
Feed