We are facing a problem with DayPilot Lite (2011 version). We follow the client side examples (Javascript) and it seems that e.value is not available.
This is the control in the aspx page:
<DayPilot:DayPilotCalendar ID="EersteAfspraakDayPilotCalendar" runat="server" DataEndField="end"
DataStartField="start" DataTextField="name" DataValueField="id" TimeFormat="Clock24Hours"
HeaderDateFormat="ddd dd-MM-yyyy" NonBusinessBackColor="Silver" HeaderHeight="30"
EventClickHandling="JavaScript" EventClickJavaScript="alert(e.value());" />
The browser (IE and Google Chrome) is not opening the alert, in IE we get an error message in runtime that "e" is not defined.
Are we missing something? Can somebody help us.