Kendo Grid with server paging and client side filtering

1 Answer 773 Views
Grid
Teja
Top achievements
Rank 1
Teja asked on 21 Jul 2022, 11:36 AM

Hi All,

Is there any way to bind data from server using paging and do filtering on client side?

I have kendo  Grid and am binding  6000+ records using paging. For every page I am loading 20 records using post method but want do that filtering on client side without making any posts. Is there any way to stop serverfiltering. Do you have any suggestions?

Thanks!

 


 

 

 

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 26 Jul 2022, 05:23 AM

Hi Teja,

Separating the Grid's data operations between the server and client is not recommended as it may lead to undesired disruptions. For your scenario specifically, such configuration is not supported, because, in order for the filtering to work, it must have all of the records in order to apply the filter. Since the server paging is returning only the items for the current page, the filtering will be applied only to those records. More information can be found here:

To summarize, it is important to handle all data operations either on the client-side or server-side.

In addition, I also noticed that there is not a Telerik UI for ASP.NET Core license associated with your account which limits the availability of our support services for the product. In this regard, It is recommended that you either purchase or renew your license in order to gain access to the latest updates, fixes, features, and support regarding the Telerik UI for ASP.NET Core components. More information regarding the currently available plans can be reviewed here:

Kind Regards,
Alexander
Progress Telerik

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.


Tags
Grid
Asked by
Teja
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or