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

Filtering a grid for many values...

2 Answers 226 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robin
Top achievements
Rank 1
Robin asked on 29 Mar 2013, 06:13 PM
Is there a way to filter a grid column with several different values (ie more than two).
I had thought to possibly use the Filter Menu Customization (http://demos.kendoui.com/web/grid/filter-menu-customization.html) and use a MultiSelect with the datasource set to all of the values for that column.  It works, but for only one selected value (http://jsbin.com/egobul/10/edit  - the value column).
Is this possible, or am I better off moving the filter outside the grid  (http://jsbin.com/ameyam/2/edit)

Thanks.

Robin

2 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 02 Apr 2013, 10:41 AM
Hello Robin,

I am afraid that it is not possible to make it work within the filter menu (the logic is not 'OR'), however your other approach looks valid. You can even place it inside the toolbar:

http://jsbin.com/ameyam/5/edit


Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Robin
Top achievements
Rank 1
answered on 02 Apr 2013, 11:45 AM
Thank you Petur.
Tags
Grid
Asked by
Robin
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Robin
Top achievements
Rank 1
Share this question
or