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

Filterexpression for radgrid

1 Answer 121 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sho
Top achievements
Rank 1
sho asked on 25 Dec 2011, 08:52 AM
Hi,

  I want to apply filter expression for radgrid for two columns like

RadGrid1.MasterTableView.FilterExpression = "([column1 ] NOT IN ('America') AND [column2] NOT IN ('Male'))"

I tried with above expression but the result excludes all 'America' irrespective of second condition.

Is the above filter expression is correct?

Thanks,
Pavan

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Dec 2011, 10:13 AM
Hello Pavan,

Take a look at the following help documentation.
Operating with the FilterExpression of Telerik RadGrid Manually.

-Shinu.
Tags
General Discussions
Asked by
sho
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or