wpf-6234-controls-and-libraries-data-grid-end-user-capabilities-filter-data.md
Read Tutorial: Filter Data in Code
The drop-down filter displays the column’s unique values. Click the column’s Filter Button ( ) to invoke the column’s drop-down filter, and select values from the Filter Values tab:
The Filter Rules tab contains criteria operators that allow end users to create a column’s filter:
End users can type text into the Automatic Filter Row to filter data against the entered values:
To show the Automatic Filter Row , set the TableView.ShowAutoFilterRow property to true.
To allow end users to choose a criteria type in the Automatic Filter Row , set the TableView.ShowCriteriaInAutoFilterRow property to true.
To invoke the Filter Editor, select the Filter Editor item of a column header’s context menu:
The Filter Editor allows end users to build filter criteria. Filter criteria consist of conditions. To create a condition, specify a column name, criteria operator, and operand value. To combine conditions, specify a logical operator.
To clear a column’s filter:
Invoke the column’s Drop-down Filter and click (All).
Right-click a column’s header and select Clear Filter :
To clear all filters, click the Filter Panel‘s Close Filter button:
To disable a filter, uncheck the Filter Panel‘s Enable Filter box:
To display the Search Panel, do one of the following:
CTRL+F.Specify a search string in the Search Panel‘s edit box to filter the GridControl‘s data: