Skip to content

DevExpress-Examples/wpf-data-grid-create-filter-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Create a UI to Filter Grid Data

This example demonstrates how to create a filter UI for Data Grid.

image

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.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)