[Progress Communities] [Progress OpenEdge ABL] Forum Post: Is there a smart way of changing the server-side paging behavior with regards to the count

  • Thread starter Thread starter Ruben Dröge
  • Start date Start date
Status
Not open for further replies.
R

Ruben Dröge

Guest
Our customer has build a KUIB-app that uses server-side filtering and paging. However, they don't use the 'count' function that is sort of prescriptive in the JSDO approach of things. Still, a count operation (and therefore a PUT request) is send to the server every single time, that they actually don't need. Their end-user is blocking all PUT requests, so they see a lot of errors and concerns from them. What would be the place to adjust the behavior of the server-side paging calls from the Kendo UI for Angular components data source? We want to adjust the paging behavior of those components (the server-side calls), because we get all information we need from the response that we get when we execute the first GET request.

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