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...
Continue reading...