Hi,
I have a problem with the scheduler that doesn’t happen all the time. When I make some update to one or multiple events using: dp.events.update(event)
these updates are not rendered until I update the whole scheduler using dp.update()
I cannot always capture the scenario that causes this issue but one scenario I could catch is as follows:
-
Create a new event
-
Copy this new event using drag and drop from one cell to another (this is custom code) and for UI reasons we are creating a temporary event in place of the dragged event. (Check attached photo)
-
After new event save, the original event is left in its original cell and the temporary event is removed.
-
Using dp.events.remove(event)
to remove the temporary event triggers this issue.
As a work-around for the above scenario I have to render the whole row using row.removeClass('x')
The work-around is working fine for this scenario but the problem is with other scenarios that I cannot capture.
Can you investigate this issue, please? Your help is highly appreciated.
Thanks,
Aliaa