Reputation: 26940
I want to filter rows by columns, so that i can choose multiple items in filter column dropdown (items in dropdown is preferable to be checkboxes). Can you show me an example please?
Upvotes: 0
Views: 2724
Reputation: 9300
At present, both the ASPxGridView/MVC GridView Extension do not support multi-select filter.
There is a request regarding this improvement:
Pivot Like Multi Select Filter
Upvotes: 1
Reputation: 35661
Set the column's OptionsFilter.FilterPopupMode
to CheckedList.
http://www.devexpress.com/Support/Center/p/Q250696.aspx
Upvotes: 0