Reputation: 2380
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
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