Forum Post: Re: Example Webspeed .p To Act As A Remote Data Source For Kendo Grid

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

egarcia

Guest
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.

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