Hello,
I would like to use the DataManager. But for me, the data from a database is provided to an JavaScript file, which works externally from my Syncfusion application. I would have to use the DataManager to access a function within this JavaScript file, where I can load the required JSON-Object. As with the DataManager in combination with the UrlAdaptor I have to recognize when the data in my application changes and I have to tell the JavaScript file. So my questions are again summarized as follows:
Q1: How to communicate with an JavaScript file/JavaScript function instead of a URL in connection with the DataManager?
Q2: How does the communication between application and JavaScript function take place (e.g. in CRUD operations).
Regards Adrien