Show Event Count
12 years ago.
How would I go about showing the event count on a day view calendar? I can compute the count using the DayPilotCalendar1_BeforeEventRender, but I cannot display it on the screen. Is there a method that is called at the end of the calendar rendering? I have tried displaying it in a Literal in the BeforeEventRender both using an UpdatePanel and not and that doesn't work. I tried in the Unload method, etc
Please Help!
DayPilot