DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Bugs » DayPilot 4.2 Context Menu NavigateUrl

DayPilot 4.2 Context Menu NavigateUrl

According to the following pagehttp://www.daypilot.org/context-menu.html- {1} Calendar event custom data (DataTagField) , but this does not work?

Alex - 11/19/2007 1:31:56 PM
Yes, that doesn't work (I will need to update the page). Since 3.9 the tag property can hold multiple fields.

I recommend switching to JavaScript event handling. In the JavaScript event handler, you can access the tag values using e.tag("fieldname").
Dan Letecky - 11/19/2007 3:18:14 PM
Post reply