Search code examples
angularjsajaxperformancekendo-uikendo-scheduler

Kendo Scheduler load time and responsiveness decrease with high volume of data


In our application we have data for more than 200 rooms . We fetch data for all the rooms from the back end in one api call within a particular date range (10 or 15 days range) which can have large amount of data. If we bind all the data to the scheduler the rendering is very slow.

So instead of binding all data at once, Is there a way we could bind the data to the scheduler on scroll like that of in endless scroll for ajax requests?

I did found endless scroll for Kendo grid which is provided out of the box but is not available for scheduler.


Solution

  • for those who are looking to make kendo scheduler much faster I would recommend you to follow this method

    kendo-scheduler-resources-paging