series props value is not working SchedulerEditItem component

1 Answer 51 Views
Scheduler
Casey
Top achievements
Rank 1
Casey asked on 30 Dec 2023, 09:26 PM | edited on 30 Dec 2023, 09:27 PM

Hello ,
 
In this Demo, When showOccurrenceDialog={false} and series={true} are set , then it should edit the recurrence event as a series by default always, and start and end date should be 25 Dec 2023 in Edit Dialog as per event data(see below image) but it's showing slot day date in start and end date. 
 
const CustomEditItem = (props: SchedulerEditItemProps) => {
  return (
    <SchedulerEditItem
      {...props}
      showOccurrenceDialog={false}
      showRemoveDialog={true}
      series={true}
    />
  );
};



1 Answer, 1 is accepted

Sort by
0
Wissam
Telerik team
answered on 02 Jan 2024, 05:51 AM

Hi, Casey,

Thank you for reporting this issue.

Indeed, when setting series to `true`, the slot date is displayed instead of the series date. Apologies for the inconvenience caused to you by this bug.

I logged a Github item for it, it will be directly updated if we find a suitable workaround, and when there is any progress on the bug fix. You can track it here:

In addition, I updated your Telerik Points accordingly as a small token of gratitude for your report.

Regards,
Wissam
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!

Casey
Top achievements
Rank 1
commented on 03 Jan 2024, 02:03 PM

Hello,

Please provide a workaround to hide the current occurrence button or set edit as a series by default until the above issue is fixed by your team.


Thanks
Wissam
Telerik team
commented on 05 Jan 2024, 08:08 AM

Hi, Casey,

Here is an example where I am hiding the "Edit Current Occurence" Button:

Tags
Scheduler
Asked by
Casey
Top achievements
Rank 1
Answers by
Wissam
Telerik team
Share this question
or