Using one data source across multiple views in Kendo UI SPA
- by user3731783
I am trying to build a Kendo UI SPA. I have two views. View 1 (appListView) shows Application Details in a grid and view 2 (activityView) will have a dropdown for application names and a grid that shows the activity for selected application
As I am loading all the application details on the loading of view 1, I would like to re-use those details…