Hello,
a RadGrid has 2 columns,
Title and Address
and I want to get back results if Title Equals to some string OR if Address equals to some other string. But all I can achieve with "normal" filter is only if the Title equls to some string AND if Address equals to some other string.
How would I force RadGrid to show me results using OR instead of AND between filters? And I would like to be able to "change" that behavior from the UI. Is it possible?
Regards
a RadGrid has 2 columns,
Title and Address
and I want to get back results if Title Equals to some string OR if Address equals to some other string. But all I can achieve with "normal" filter is only if the Title equls to some string AND if Address equals to some other string.
How would I force RadGrid to show me results using OR instead of AND between filters? And I would like to be able to "change" that behavior from the UI. Is it possible?
Regards