[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Access The O.e...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello William, The sample code that you looked at, shows how to use the JSDO directly with Kendo UI and Angular 2. The JSDO is used directly because a datasource is not present with Angular 2. Please notice that the sample code uses the synchronous version of the Session object, login() and addCatalog(). Here is a link to a sample program that uses asynchronous versions: JSDOSession, login(), and addCatalog(): oemobiledemo.progress.com/.../example013.html oemobiledemo.progress.com/.../example014.html oemobiledemo.progress.com/.../ With Angular 1.5.x, you can use the Kendo UI DataSource and specify "jsdo" as the datasource type (this is sometimes called the JSDO dialect for the Kendo UI DataSource). The following link provides a sample on using the Kendo UI DataSource and Angular 1.5.x. demos.telerik.com/.../angular You should be able to adapt this example and change type from "odata" to "jsdo". Please let me know if you have comments or questions. I hope this helps, Edsel

Continue reading...
 
Status
Not open for further replies.
Back
Top