I am populating my scheduler with appointments pulled from a database and bound server-side. I would like to be able to filter my data-set based on when the user changes views or current day, month, etc. However, I need the aforementioned java-script event to fire in order to do so. Why doesn't this event fire when using server-side data binding, and is there a workaround?