E
egarcia
Guest
Hello, Did you only change the backend or did you change other components on the client side or new libraries? How does the payload for the HTTP requests look like in the Network tab? Do you get the same query parameters and response? What is the value of pickFilter? Does this value look the same with your new set up as with the one before? The value of pickFilter should use the filter format from the Kendo UI DataSource. Links: docs.telerik.com/.../datasource docs.telerik.com/.../datasource By default the Kendo UI DataSource does filtering on the client side. Seeing "[object Object]" on the server, it means that the options for serverFiltering must be set to true. Could you confirm if serverFiltering is set to true? If your intention is to do server-side processing (serverPaging, serverFiltering and serverSorting), then you would need code in the Business Entity to process the filter expression. You can write your own code or use the JSON Filter Pattern to process it. Here is a link to a sample in the documentation: documentation.progress.com/.../index.html I hope this helps.
Continue reading...
Continue reading...