It's possible set a filter based on start date and end date on kendoui scheduler?
My problem is that I have about 25000 records to extract and it's impossible send all this data in json.
So I want filter my server request. and refresh data every click on change date.
thanks.
I had the same problem and resolve with this example: http://www.kendoui.com/code-library/web/web/scheduler/kendoui-scheduler-server-filtering.aspx
I hope this help you.