When an event is modified via the right click menu handlers (contextMenuItems), the modified properties are stored correctly in the calendar cache of events, but the customDataSourceRenderer is not called, so the day no longer looks correct.
Expected behaviour: the day is correctly rerendered after a right click handler.
When an event is modified via the right click menu handlers (
contextMenuItems
), the modified properties are stored correctly in the calendar cache of events, but thecustomDataSourceRenderer
is not called, so the day no longer looks correct.Expected behaviour: the day is correctly rerendered after a right click handler.