Thanks Dan, I am not sure why mine will not work then....Is it because I am building the menu items dynamically? Or because I am using the Calendar not the Scheduler?
I have the menu defined as:
<DayPilot:DayPilotMenu runat="server" ID="dpm_Schedule" ClientObjectName="menu" />
I have my calendar defined as:
<daypilot:daypilotcalendar runat="server" id="DayPilotCalendar1" BubbleID="DayPilotBubble1" Width="100%" HeightSpec="Fixed" Height="500" ContextMenuID="dpm_Event"
ShowToolTip="false" BackColor="#ffffff" NonBusinessBackColor="#eeeeee" BorderColor="#999999" HourBorderColor="#999999" HourHalfBorderColor="#cccccc" CellBorderColor="#999999" EventBorderColor="#999999"
DataEndField="End" DataStartField="Start" DataTextField="name" DataIdField="id" CellDuration="15"
RecurrentEventImage="/Secure/Skins/Media/recur10x9.png" RecurrentEventExceptionImage="/Secure/Skins/Media/recurex10x9.png"
DataTagFields="name, id, course, color, eventtypename, navurl, recstart, client" DataRecurrenceField="recurrence"
OnBeforeEventRender="DayPilotCalendar1_BeforeEventRender" OnBeforeCellRender="DayPilotCalendar1_BeforeCellRender"
EventRightClickHandling="ContextMenu" OnEventMenuClick="DayPilotCalendar1_EventMenuClick" ContextMenuSelectionID="dpm_Schedule"
EventClickHandling="ContextMenu" ShowAllDayEvents="true" DataAllDayField="allday" ShowAllDayEventStartEnd="false" AllDayEnd="Date"
ViewType="Week" Theme="dbpcalendar" Crosshair="Disabled" TimeRangeSelectedHandling="JavaScript" TimeRangeSelectedJavaScript="menu.show(e)"
/>
I get the menu on right click but not a regular left click.