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

Filtering rows on multiple values

1 Answer 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kiwo
Top achievements
Rank 1
kiwo asked on 10 Nov 2009, 05:54 PM
Hi!

With grid filtering capabilities, is that possible to filter the grid's result set on several values of some column? (This would be similar to "WHERE x IN ..." operation in SQL)

I want to specify the values (e.g. comma-separated) and make the grid show the rows, which contain one of these values. If that's not possible with standard filtering function (GridKnownFunction Enumeration), can I implement my own filtering function?

I need it to display several check boxes in the filter control and then filter the grid on several selected values.

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 Nov 2009, 10:03 AM
Hi Mikhail,

Refer to the following code library submission I submitted, which explains on how to filter the grid on checking/unchecking the checkboxes placed in a radcombobox control nested in teh FilterTemplate of a column. This should probably help you achieve your scenario:
Multi-Selection RadComboBox for filtering grid

hope that helps..
Princy.


Tags
Grid
Asked by
kiwo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or