This is a migrated thread and some comments may be shown as answers.

recurrencerule never has occurences

1 Answer 86 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
John Hadjioannou
Top achievements
Rank 1
John Hadjioannou asked on 29 Jul 2010, 07:55 AM
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

Sort by
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:

Dim rrule 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
Tags
Scheduler
Asked by
John Hadjioannou
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or