I must be doing something wrong, but in a test application i can't get aany ocurrences out of a recurrencerule produced by the recurrenceeditor.
Screen shots attached.
John
1 Answer, 1 is accepted
0
Accepted
T. Tsonev
Telerik team
answered on 04 Aug 2010, 01:31 PM
Hello John,
Thank you for reporting this problem.
It turns out that the RecurrenceRule returned by the editor has 0 set as MaxOccurrences. This isn't reflected in the actual recurrence rule and that's why we've missed this problem.
We'll fix it right away, but for the moment you can use the following workaround:
Dimrrule as RecurrenceRule = RecurrenceEditor1.RecurrenceRule
rrule.Range.MaxOccurrences = Int32.MaxValue
As a token of gratitude for your involvement your Telerik points have been updated.
Kind regards,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items