Home Unanswered Active Tags New Question

How to get the Scheduler to redraw after an event is added or zooming in/out

Hi, After a add an event, the scheduler doesn't re-draw, however if I refresh the page, the event I just added show up fine. I am binding using a SQLDataSource. Also I tried to add the zoom in/zoom out code by cutting and pasting from the example. I have stepped though the code and it is doing everything right, except it doesn't redraw after! Any help would be very much appreciated. Alistair
Asked by Alistair 1 year ago.
Replies
I assume when you insert an event, you insert it into your database and to build your scheduler, you load events from your database and bind them to the Scheduler Control. If that is the case, i'd recommend calling the sub that loads your events from the database and then use SchedulerName.Update().
Let me know if that helps !!

Bbq
Comment posted by Bbq 1 year ago.
Hi, Thanks yes - that works! Regards Alistair
Comment posted by Alistair 1 year ago.
No problem! Always there to help!

Bbq
Comment posted by Anonymous 1 year ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java