Home Unanswered Active Tags New Question

OnBeforeEventRender

Has the behaviour changed for OnBeforeEventRender for v1.2 compared to v1.1? I can't seem to get it to work with the new version.

protected override void OnBeforeEventRender(BeforeEventRenderArgs e)
{
if (Boolean.Parse(e.Tag["CheckedIn"]) == true)
[..]

e.Tag is null in v1.2 but has the right values in v1.1.

Asked by Henri Toivonen 8 months ago.
Replies

It looks like a bug, please let me check it.

Comment posted by Dan Letecky [DayPilot] 8 months ago.
Answer posted by Dan Letecky [DayPilot] 8 months ago.

Wow, that was fast. Thanks!

Comment posted by Henri Toivonen 8 months ago.
New Reply
This reply is
Your name (optional):

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