Declined
Last Updated: 11 May 2023 09:57 by ADMIN
Aurélien
Created on: 06 Mar 2023 13:40
Category: Kendo UI for Angular
Type: Bug Report
0
Scheduler - RecurrenceEditor - Default Value

Description

We are using RecurrenceEditor :

<kendo-recurrence-editor [formControl]="formGroup.get('recurrency')">
</kendo-recurrence-editor>

 

Repro Steps

Context : Date = 2023-03-06

  • Double click on the 2023-03-09
  • The editor is open : 
  • We choose the repeat rule Monthly :

We can see the context of RecurrenceEditor is 2023-03-06 instead of 2023-03-09.

Expected Result

When we create an event on different date of today, the RecurrencyEditor context should the creation date.

  • The input "Day" default value should be 9
  • The input "On" default value should be 2023-03-10
  • First Monday => First Thuesday

Same problem with other repeat rule (Daily, Weekly and Yearly)

2 comments
ADMIN
Martin
Posted on: 11 May 2023 09:57

We are declining this bug report due to a lack of further information and details.

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
ADMIN
Martin
Posted on: 13 Mar 2023 10:26

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/.