Eric
Eric

Reputation: 2380

Can Kendo Grid use client side filtering with server side paging/sorting?

I use ServerOperation(true) on my Kendo Grid DataSource to perform server side paging/sorting. I have some columns declared with the Filterable method, which causes server side requests to populate the type ahead. I would like these Filterable columns to just work client side with whatever data is available on the current page. Is there a way to configure this?

Upvotes: 0

Views: 554

Answers (1)

xinthose
xinthose

Reputation: 3828

I use toODataString on the grid's State object on the front end, which queries my OData v4 ASP.NET Web Service running on IIS (server side).

Upvotes: 0

Related Questions