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

[Solved] Filter logic (AND/OR)

1 Answer 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 2
Iron
Iron
Iron
Morten asked on 10 Dec 2009, 10:08 AM
By default the column fitlers work in an AND logic.
How can I have the column filters work in an OR logic?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Dec 2009, 12:54 PM
Hello Morten,

I assume that you would have to apply custom filter logic by creating a query to extract the required data from the source, save it into a temporary datatable and hence set the datasource of the grid to the datatable inorder to reflect the changes in the grid. Also you can refer to the following link to operate with the filterexpression manually:
Operating with the FilterExpression of Telerik RadGrid manually

Thanks
Princy.
Tags
Grid
Asked by
Morten
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Princy
Top achievements
Rank 2
Share this question
or