I am trying to make my calendar work like outlook. When I select a time range and right click the context menu shows up but when I click on an item in the menu it will not postback.
I have TimeRangeSelectedHandling="Hold" and ContextMenuSelectionID="DayPilotMenu2". The following code is for my menu:
<daypilot:daypilotmenu id="DayPilotMenu2" runat="server">
<DayPilot:MenuItem Action="PostBack" Command="AddSchedule" Text="Make Appointment" />
</daypilot:daypilotmenu>
When I select When I click on "Make Appointment" in the menu it will not postback to my page. Is anybody else having this problem?