Home Unanswered Active Tags New Question

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

Asked by Michael 4 years ago.
Replies
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.
Comment posted by Dan Letecky 4 years ago.

automatically refreshing update panel

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

Comment posted by Anonymous 4 years ago.
say "__doPostback(''updatePanel.ClientID")" in the afterRender Property should work too!
Comment posted by Anonymous 3 years ago.
New Reply
This reply is
Your name (optional):

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