Home Unanswered Active Tags New Question

UpdatePanelNavigation (DemoSQL 4.1)

I'm fooling around with the DemoSQL provided with 4.1.1252. I want to highlight dates with events in the Calendar control contained in UpdatePanelNavigation, and got it working. My problem is however, that I want the update of the UpdatePanelNavigation to be triggered by DayPilot events (move, delete etc.). I have tried registering Triggers in the UpdatePanelNavigation, and also a plain UpdatePanelNavigation.Update(); in the event handling code - but no luck.

How can I trigger the update? I'm fairly new to AJAX, so I guess it's possible a n00b question ;-)

Thx in advance
Asked by Anders 4 years ago.
Replies
If you want the DayPilot events to fire partial PostBack you need to set event handling to "PostBack" rather than "CallBack". If DayPilot is not inside an UpdatePanel you need to set triggers but if it's inside it it's not necessary.
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

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