Example webspeed .p to act as a remote data source for KEND

Posted by christian.bryan@capita.co.uk on 29-Sep-2015 04:02

Hi All

I have been using the KENDO Grid with a stripped down progress .p and webspeed for remote data access via AJAX.

There are scant examples of how do this and it is relatively simple once you can use the Json.ObjectModel available in OE 11.3 to act as the parser.

This will allow you to do paging, sorting and updating from the server side.

The code is attached to this post.

All Replies

Posted by egarcia on 29-Sep-2015 10:06

Hello,

Thank you for sharing this code showing how to parse the Kendo UI filters on the server side with WebSpeed.

Depending on your goals, you could also use the JSDO.

For the JSDO, we process the Kendo UI filters on the client side and produce an ABL where clause for an OpenEdge backend and a SQL query for a Rollbase backend. We call this approach the JSON Filter Pattern (JFP).

(We also have a way that if you prefer, you could process the filters on the server side.)

Here is a link to the documentation with an example on the server side code to support the JFP:

- documentation.progress.com/.../

Here is a link to a sample using the JSDO with Kendo UI with paging, filtering and sorting on the server:

- oemobiledemo.progress.com/.../example014a.html

Thanks.

Posted by adisney on 05-Oct-2015 10:31

Thank you for sharing this; we're just starting out with Kendo and appreciate this kind of information.

This thread is closed