I have a Scheduler that only displays All Day appointments and I'm using the AppointmentComparer to sort the entries based on Description. This works great when the scheduler intially loads in the Month View. But when I switch it to the Week view, the Appointments are not sorted correctly. If I switch it back to the Month view, they are again in the incorrect order. But if I load the page again, the appointments are sorted correctly. The AppointmentComparer is called only on the initial load and not when I switch to the Week or Day or Month. How can I call the AppointmentComparer when I switch Views?