search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler not updating associated data bound list view

Asked by Clay
12 years ago.

Hi,
I have a page that uses a databound list view for unscheduled events that I drag onto the DayPilotScheduler and that works nicely, the event is placed on the schedule and removed from the listview. I use a contextual menu to unschedule events. The events get removed from the schedule, but don't make it back to the listview. When I look in my code behind, the actions are being taken on the server side, but the listview doesn't get refreshed on the server side. I have wrapped the both the unscheduled events and the scheduler in an update panel, but it seems like the listview doesn't really get any communication from the scheduler. If I refresh the page, all is well, but I would like this to work asynchronously. Thank you.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.