Hi
I have a RadScheduler bound with WebService and AppointmentContextMenus.
Long click on iPad device doesn't show the menu, how can I do that?
Thanks
I have a RadScheduler bound with WebService and AppointmentContextMenus.
Long click on iPad device doesn't show the menu, how can I do that?
<telerik:RadScheduler Visible="true" runat="server" ID="UserSchedulerOrderEntry"TimelineView-UserSelectable="false" MonthView-UserSelectable="True" SelectedView="WeekView"Height="550" FirstDayOfWeek="Monday" LastDayOfWeek="Sunday" StartEditingInAdvancedForm="true"AllowDelete="true" AllowEdit="false" AllowInsert="false"OnClientAppointmentsPopulating="OnClientAppointmentsPopulating"OnClientAppointmentEditing="OnClientAppointmentEditing"OnClientAppointmentsPopulated="OnClientAppointmentsPopulated"OnClientAppointmentCreated="appointmentCreated"OnClientRequestFailed="clientRequestFailed"OnClientRequestSuccess="clientRequestSuccess"OnClientAppointmentDataBound="OnClientAppointmentDataBound"OnClientAppointmentMoveStart="OnClientAppointmentMoveStart"OnClientAppointmentContextMenuItemClicking="User_appointmentContextMenuItemClicking"OnClientAppointmentContextMenuItemClicked="User_appointmentContextMenuItemClicked"OnClientAppointmentContextMenu="User_appointmentContextMenu"OnClientNavigationCommand="User_navigationCommand"OnClientNavigationComplete = "User_navigationComplete"RowHeight="20px"MonthView-AdaptiveRowHeight="false"MonthView-VisibleAppointmentsPerDay="1" MonthView-HeaderDateFormat="MMMM yyyy"MonthView-FirstDayHeaderDateFormat="dd-MMMM" MonthView-DayHeaderDateFormat="dd"HoursPanelTimeFormat="H:mm" DayStartTime="06:00" DayEndTime="20:00" WorkDayStartTime="06:00"WorkDayEndTime="20:00" AppointmentStyleMode="Default" EnableDescriptionField="false"OverflowBehavior="Expand" ShowAllDayRow="False"CustomAttributeNames="RequestItemNote" ><AppointmentContextMenus> <telerik:RadSchedulerContextMenu runat="server" ID="UserSchedulerOrderEntrytMenu"> <Items> <telerik:RadMenuItem Text="Edit" Value="CommandEdit" /> <telerik:RadMenuItem Text="EditAdvance" Value="CommandEdit2" /> <telerik:RadMenuItem Text="EditAdvance2" Value="CommandEdit3" /> </Items> </telerik:RadSchedulerContextMenu></AppointmentContextMenus><WebServiceSettings Path="~/WebServices/OrderEntry/UserAppointmentCalendar.asmx" ResourcePopulationMode="ServerSide" /><ResourceStyles> <telerik:ResourceStyleMapping Type="Status" Key="Required" BackColor="#FAE68B" BorderColor="#FCD836" /> <telerik:ResourceStyleMapping Type="Status" Key="Scheduled" BackColor="#C4E8FF" BorderColor="#30A9FB" /> <telerik:ResourceStyleMapping Type="Status" Key="Executed" BackColor="#B3E7A8" BorderColor="#71D05E" /> <telerik:ResourceStyleMapping Type="Status" Key="Deleted" BackColor="#FF8888" BorderColor="#E51010" /></ResourceStyles></telerik:RadScheduler>