Sorry, just to clarify, we initially load up all the appointments for the current view and date range, from the server. At that point, with the week the user is viewing, they can click a checkbox to only view certain ones. It is that operation that we want only client-side. I'm starting to think we may just have to go fetch the week's appointments from the server again when they use the checkbox, and the server just knows to not return those appointments we want to "hide". It doesn't sound like the most efficient way, but should work. Let me know if you have any other suggestions though.
↧









