Our pure JavaScript Scheduler component


Post by sachidanand »

Hello Team,

I want to refresh scheduler events on performing some action . Basically it should call the eventRender listener again after performing some action and redraws the events in scheduler.

Could you please suggest if we have any such functionality available.


Post by mats »


Post by sachidanand »

Hello Mats,

This method is working fine if I call it inside "afterEventSave()" method and eventRenderer method
gets called which is expected behavior.

But if I directly call this method (as shown below) where I am not performing any action on event

this.scheduler.renderRows;

Then eventRenderer method doesn't gets called. Could you please let me know why I am facing this behaviour ?

Attached is the sample for the same. Here when I open eventEditor and click on save it hides activities name (sometimes it doesn't happen in first time , please try same action again).

But when I am clicking on "Toggle ReadOnly" button present on top right side , it doesn't hide the names although I have used the same code on click of "Toggle ReadOnly" button as well.

Attachments
scheduler-angular.zip
(920.05 KiB) Downloaded 73 times

Post by mats »


Post Reply