Client Side Filtering With Server Side Pagination

1 Answer 75 Views
Grid MVVM Sortable
GOVERTHANAN
Top achievements
Rank 1
Iron
GOVERTHANAN asked on 16 Sep 2022, 11:25 AM

I have a kendo grid with server side paging and client side sorting. while clicking the sort in the grid, data fetch request(Request to fetch data from server) is getting triggered from frontend. but I'm using the client side sorting it shouldn't be the case. Is it possible to restrict it, without calling the server, Sort should be done in the frontend level. I hereby attach the my code sample images for your Reference. Anyone can point me to the right direction? Thanks.

1 Answer, 1 is accepted

Sort by
0
Georgi Denchev
Telerik team
answered on 21 Sep 2022, 07:48 AM

Hi, GOVERTHANAN,

The usage of mixed data operations is not recommended as it could lead to different unexpected behaviors(like the one that is described here).

More information on the topic can be found here:

https://docs.telerik.com/kendo-ui/framework/datasource/datasource-operations#mixed-data-operation-mode 

The Grid will always make requests whenever the serverPaging option is set to true. If the other serverOperations are set to false, the request won't contain the filter/sort/group parameters, however the request itself cannot be stopped.

Best Regards,
Georgi Denchev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid MVVM Sortable
Asked by
GOVERTHANAN
Top achievements
Rank 1
Iron
Answers by
Georgi Denchev
Telerik team
Share this question
or