Filter Scheduler

I’m creating a combo to filter data into a scheduler.
I?ve capture data by view, and filter my data.

Only one problem: my view don’t refresh data… I’m going to attach my code, .Net MVC Razor engine…

Any Ideas???
MVC.zip (2.58 KB)

code works for me - after i push submit button, page is reloaded, and scheduler load data according to the selected room.
is there something else that should be happening?

Hi,

in this case data don’t refresh.
Should I attach my example?

Hi,
if calendar loads the same dataset, you may add the following config to prevent browser from caching data requests

scheduler.Data.Loader.PreventCache(); //or its shortcut scheduler.PreventCache();
if it doesn’t help, please, attach the sample