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

RadGrid GridBoundColumn and Filtering

1 Answer 169 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 08 Nov 2011, 10:29 PM
Hello,

My users have asked me if it's possible to filter a given column in a grid using boolean operators.  Using this demo as a example, they'd like to filter like this:

Show me all orders where the shipcountry starts with "fr" or "ge".

Is there a syntax for this when using basic/simple filtering on a RadGrid?  I don't want to use a RadFilter because it has not faired well in usability tests with this group of users.  I've tried the options listed below but they don't seem to accomplish what I'm looking for:

fr or ge
fr || ge

Can anyone tell me if this functionality is baked into the RadGrid basic filtering?

Thank you,
Andrew

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Nov 2011, 07:42 AM
Hello Andrew,

You can take a look into the following documentation.
Custom Option for Filtering (FilterListOptions -> VaryByDataTypeAllowCustom)

Thanks,
Princy.
Tags
Grid
Asked by
Andrew
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or