RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
Describes the RadCalendar range selection modes. None - does not allow range selection. OnKeyHold - allow range selection by pressing [Shift] key and clicking on the date. ConsecutiveClicks - allow range selection by clicking consecutively two dates.

Namespace: Telerik.Web.UI.Calendar
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.1.220.0 (2013.01.220.0)

Syntax

C#
public enum RangeSelectionMode
Visual Basic
Public Enumeration RangeSelectionMode

Members

Member nameValueDescription
None0 Does not allow range selection.
OnKeyHold1 Allow range selection by pressing [Shift] key and clicking on the date.
ConsecutiveClicks2 Allow range selection by clicking consecutively two dates.

See Also