Is there a method in the diagram JavaScript API to reload or refresh the diagram (such as when the underlying data source and connections data source change)?
If not, what is the recommended set of steps for doing so? Reassign the data source and connections data source?
thanks,
Derek
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 22 Oct 2015, 11:21 AM
Hello Derek,
Currently the Kendo UI Diagram has no refresh method, however if you want to get new data from your remote service, you can use the dataSource.read() method that should fetch the new data.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!