This example demonstrates how to create a filter UI for Data Grid.
In this example, the AccordionControl is bound to the GridControl's FilteringContext
property:
<dxa:AccordionControl SelectionMode="None" dxfui:FilterElement.Context="{Binding Path=FilteringContext, ElementName=grid}">
...
</dxa:AccordionControl>
Accordion items contain Filter Elements that allow you to filter grid data. Set the GridControl's ShowAllTableValuesInFilterPopup property to true
to display all values in the RadioListFilterElement and CheckedListFilterElement even if they are filtered out.
- MainWindow.xaml (VB: MainWindow.xaml)
- ViewModel.cs (VB: ViewModel.vb)
- WPF Data Grid - How to Apply a Custom Filter Condition
- WPF Data Grid - Customize Filter Items in a Column's Drop-Down Filter
- Charts for WPF - Create Filter UI to Filter Series Data
(you will be redirected to DevExpress.com to submit your response)