Kendo React Scheduler Delete Item

1 Answer 102 Views
Scheduler
Long
Top achievements
Rank 1
Iron
Long asked on 26 Jun 2023, 05:02 PM

Hi support team,

I am using React Scheduler. I was trying to delete event from Scheduler. I used onDataChange event as example in website. But When I delete, deleted array is empty and updated array returned with useless data. Please guide me how to fix it.

const handleDataChange = async ({
        created,
        updated,
        deleted,
      }: SchedulerDataChangeEvent) => {}

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 27 Jun 2023, 05:16 AM

Hello Long,

I have tested our "Editing" example and the data in the "deleted" contains the removed item's data as expected:

If the issue on your side persists, please try to isolate the problem in stackblitz example so we can test and debug it locally.

Looking forward to your reply.

 

Regards,
Konstantin Dikov
Progress Telerik

As of R2 2023, the default icon type will be SVG instead of Font. See this blogpost for more information.
Tags
Scheduler
Asked by
Long
Top achievements
Rank 1
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or