DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » How To » OnEventClick and UpdatePanel refresh

OnEventClick and UpdatePanel refresh

Hi, i'm trying to assign start/end time values of an eventto some drop down lists when the user selects a particular event. The drop down lists exist in the same UpdatePanel as the daypilotcalendar but when i try and set the selected value within the OnEventClick handler, the dropdowns don't change.

I'm using conditional updatemodes and have tried putting the drop-downs in a nested update panel with triggers etc.

Cheers

Michael - 2/11/2008 6:45:28 AM
We've already discussed the issue by e-mail: It's necessary to switch to PostBack event handling if you want to use UpdatePanel. UpdatePanel intercepts PostBacks and transforms the calls to partial PostBacks automatically. But it's not able to detect callbacks.
Dan Letecky - 2/11/2008 10:15:16 PM

automatically refreshing update panel

http://sanjevsharma.blogspot.com/2007/10/auto-refresh-update-panel-on-page-using.html

Anonymous - 4/20/2008 8:42:42 AM
Post reply