RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
EnableRepeatableDaysOnClient Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : EnableRepeatableDaysOnClient Property


Gets or sets whether the repeatable days logic should be supported on the client (effective for client calendar - with set property AutoPostBack="false").   

 

Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)

Syntax

Visual Basic (Declaration) 
Public Property EnableRepeatableDaysOnClient As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As Boolean
 
instance.EnableRepeatableDaysOnClient = value
 
value = instance.EnableRepeatableDaysOnClient
C# 
public bool EnableRepeatableDaysOnClient {get; set;}

Return Value

true, if the repeatable days logic should be supported on the client; otherwise, false. The default value is true.

Remarks

The EnableRepeatableDaysOnClient property has effect over the logic of the recurring events to the calendar. It should be true, if you wants the repeatable days to be supported by a calendar with AutoPostBack="false". If you are not using repeatable days or/and client calendar, you can improve the calendar performance by setting it to false.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also