We have .ServerOperation(true) set on the scheduler MVC helper, so on any view change, it goes back to the server. With that option turned off, the .filter method worked great...appointment blocks were hiding/showing as expected. With the option on though, the filter method causes it to go fetch the appointments again from the server (which I guess makes sense). We initially load up all the appointments, so I really just want to be able to take certain ones out after the load, and only client-side. If the filter method will not work in our case, can you recommend any other way? Thanks!









