We are using RecurrenceEditor :
<kendo-recurrence-editor [formControl]="formGroup.get('recurrency')">
</kendo-recurrence-editor>
Context : Date = 2023-03-06
We can see the context of RecurrenceEditor is 2023-03-06 instead of 2023-03-09.
When we create an event on different date of today, the RecurrencyEditor context should the creation date.
Same problem with other repeat rule (Daily, Weekly and Yearly)
We are declining this bug report due to a lack of further information and details.
Regards,
Martin
Progress Telerik
Hi Aurélien,
Thank you for the provided feedback.
The built-in Recurrence Editor component of the Scheduler doesn't provide much of options to accomplish the desired default values. Please check the available properties and which fields could be customized:
https://www.telerik.com/kendo-angular-ui/components/scheduler/api/RecurrenceEditorComponent/
In these lines of words, creating your own recurrence editor component might be a better option for this use case.
Regarding the reported bug, I am not sure that understand correctly the scenario and which dates are incorrectly populated. I followed the instruction and try to reproduce it in the following demo, but the Start and End dates in the editor are not changed regardless of the chosen Repeat option:
https://stackblitz.com/edit/angular-yujz6l
What I am missing here?
I am looking forward to your reply
Regards,
Martin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.