Tutorial: HTML5 Event Calendar - Touch Events Customization (iOS, Android, Windows 8)

How to customize the touch gestures for the ASP.NET event calendar on mobile devices (iOS, Android, Windows 8).
Apr 18, 2014
html5 event calendar touch

Tutorial

Features

  • ASP.NET event calendar control
  • HTML5 support (touch gestures)
  • Touch drag and drop
  • Tap and hold event for context menu
  • Drag and drop from external list

Enabling context menu for "tap and hold" gesture on touch devices

html5 event calendar touch cell context menu

<DayPilot:DayPilotCalendar 
  ID="DayPilotCalendarWeek" 
  runat="server" 

  TimeRangeTapAndHoldHandling="ContextMenu"
/>

The sample project with C# and VB source code is available for download.

Related tutorials