New to kendo ui in general and started working with scheduler. ASP.NET MVC application. Here is what i am trying to do:
1. when user changes view or navigates (via today, fwd, or back buttons or the date picker itself) i want to call out to server to read new data (serverfiltering = true)
2. when user "filters" on people whose tasks i am displaying, i only want it to filter "in place" so to speak (serverFiltering = false) and NOT call out to server again. e.g. i already have the data loaded that i need, i only need to hide/show it. I don't need to call server for it.
it seems like i can only get one or the other.
has anybody dealt with this issue? I looked at telerik's server filtering example, but it calls out for everything.