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

Client-side Kendo Filter Doesn't Work

1 Answer 150 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jwize
Top achievements
Rank 1
jwize asked on 29 Aug 2013, 09:16 AM

Here is my code:
@(Html.Kendo().Grid(Model.Available).Name("s").DataSource(d => d.Ajax()).Filterable())
or
@(Html.Kendo().Grid().Name("s").DataSource(d => d.Ajax()[read data ...]).Filterable())

The grid displays information fine but it does not filter when I use the funnel filter icon or when I add my own custom filter. 
I am sure this is straight forward but I can't find the answer. 

1 Answer, 1 is accepted

Sort by
0
jwize
Top achievements
Rank 1
answered on 30 Aug 2013, 08:32 AM
Seems I have to set Ajax().ServerOperation(false) and things work fine again. 
Tags
Grid
Asked by
jwize
Top achievements
Rank 1
Answers by
jwize
Top achievements
Rank 1
Share this question
or