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

Grid Filter does not work

1 Answer 30 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 29 Apr 2013, 11:03 AM
Hi,

I'm trying to use the Grid Filter, but without any success. I Attached the Project.
Please what's wrong here?

Thanks
Rene

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 30 Apr 2013, 07:24 AM
Hello Rene,

The behavior that you are experiencing is due to the fact that you've specified serverFiltering: true. If set to true the data source will leave the filtering implementation to the remote service. In your case the remote service is the xml file which cannot process the filter expression and transform the result set.

I suggest you to set serverFiltering to false instead as any other server operation(paging, sorting, etc.) as it will have effect for xml file.

Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
ITA
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or