Click or drag to resize
KaxCalendarEnableRepeatableDaysOnClient 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: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool EnableRepeatableDaysOnClient { get; set; }

Property Value

Type: Boolean
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.
See Also