This question is locked. New answers and comments are not allowed.
As I understand it, right now, there are two ways of applying filtering on a RadGridView.
Thanks,
Mujir
- Click on the filter icon on a particular column and set filters. If you set filters on multiple columns, then the grid will show rows which match the filter criteria of all the columns - so this is AND filtering across columns
- Use the new DataFilter control - here you can choose between AND and OR filtering across columns, but the filtering is more complicated than directly adding the filters to the columns.
Thanks,
Mujir