This is a migrated thread and some comments may be shown as answers.

iPad Context Menu

2 Answers 94 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Riccardo
Top achievements
Rank 1
Riccardo asked on 06 Aug 2012, 09:16 AM
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?

<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>
Thanks

2 Answers, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 07 Aug 2012, 01:41 PM
Hello Riccardo,

Currently Radscheduler does not provide very intuitive tablet support. This, however, is something we are working on for the next major release. Meanwhile, you could take a look at the following forum explaining more on how to show the context menus in RadScheduler in iPad: http://www.telerik.com/community/forums/aspnet-ajax/scheduler/problem-with-adjusted-scheduler-for-ipad-users.aspx#2087814.

Regards,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Riccardo
Top achievements
Rank 1
answered on 26 Aug 2012, 09:54 AM
Thanks
nowadays iPad and tablet support it's very important.
I hope in the next major release.

Tags
Scheduler
Asked by
Riccardo
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Riccardo
Top achievements
Rank 1
Share this question
or