This is a migrated thread and some comments may be shown as answers.

serverFiltering = True and serverPaging & serverSorting = False

3 Answers 215 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Patrick asked on 06 Jul 2016, 10:29 PM

I'm not sure if this is possible but I'm trying to have the filtering done server side but having the sorting/paging done there after client side. However if I set serverFiltering = true and serverPaging/Sorting = false the paging/sorting is still making a call to the server even though the filtering hasn't changed. Let me know if what I'm trying to do is even possible.

Little more info in case it helps. The server call will return all data on filter then if the user pages/sorts it should do it based on what the server call returned and is currently in the dataSouce.

 

Thanks,

Patrick

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 08 Jul 2016, 07:07 AM
Hi,

I am afraid that combining different server/client operations is not possible, you can choose to either do the data operations on the client or the server, but not both.

Regards,
Kiril Nikolov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Patrick
Top achievements
Rank 2
answered on 09 Jul 2016, 02:49 PM
Thanks for confirming what I figured was the case.

 

Patrick

0
Kiril Nikolov
Telerik team
answered on 11 Jul 2016, 07:18 AM
Hello,

You are welcome.

In case you have any further questions - do not hesitate to contact us.

Regards,
Kiril Nikolov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Patrick
Top achievements
Rank 2
Answers by
Kiril Nikolov
Telerik team
Patrick
Top achievements
Rank 2
Share this question
or