Dev .Net

Dev .Net

  • NA
  • 22
  • 4.3k

Can't refresh the calendar in "Day View Scheduler"

Feb 19 2020 11:04 PM
I am using the calendar to display appointments in "day view scheduler", getting records from server end and binding event to calendar but I am facing a issue to load data in view when page loads or when I insert new event and it is showing if i do next or previous but not first time when data load. I have tried to figure out it with the help of refresh.next() or by calling change detector when data loads and add to calendar events but no luck.
 
Here is the reference:- https://mattlewis92.github.io/angular-calendar/#/day-view-scheduler
 
Please suggest me any event or the way so that I can able to see my data in calendar view on page loads or whenever new data added.
 
Thanks