How to customize the touch gestures for the ASP.NET event calendar on mobile devices (iOS, Android, Windows 8).
Apr 18, 2014
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
<DayPilot:DayPilotCalendar
ID="DayPilotCalendarWeek"
runat="server"
TimeRangeTapAndHoldHandling="ContextMenu"
/>
The sample project with C# and VB source code is available for download.
Related tutorials