Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 3.52 KB

Readme.md

File metadata and controls

45 lines (31 loc) · 3.52 KB

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)