This is a migrated thread and some comments may be shown as answers.

How to manually refresh scheduler

1 Answer 708 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Joanna
Top achievements
Rank 1
Iron
Joanna asked on 29 Oct 2015, 02:40 PM
​How to manually trigger reload data source using Angular?

1 Answer, 1 is accepted

Sort by
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 29 Oct 2015, 07:43 PM
Hello Joanna,

Take a look at my sample illustrating how to refresh a Kendo Scheduler with AngularJS.  

The code to refresh the datasource is:

$scope.schedulerOptions.dataSource.read();

The important thing is to make a separate Kendo DataSource.  You can find more about the DataSource and the schedulerDataSource in our documentation.

Hopefully, this clears things.

Regards,
Pat
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Joanna
Top achievements
Rank 1
Iron
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Share this question
or