View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Filter Grid Data

Invoke the Filter Dropdown List

Create a Simple Filter Condition

To select records that contain a specific value in a specific column/card field, do the following:

  1. Invoke the filter dropdown list containing available filter values.

    By default, if filtering is applied, the filter dropdown will only display the values which match the current filter criteria. If the SHIFT key is pressed while opening the filter dropdown, all values will be listed (not only those that match the current filter criteria).

  2. Select the required filter value in the filter dropdown list:

    EU_XtraGrid_GridView_ColumnFilterDropdownList

    The filter dropdown list will be immediately closed, and the control will display the records which contain the specified value in the specified column/card field.

    If the filter dropdown list provides check boxes to the left of filter values, multiple values can be selected (checked) simultaneously:

    EU_XtraGrid_GridView_CheckedFilterDropdownList

    In this mode, click OK to close the filter dropdown list and apply the filter.

You can sequentially filter data against multiple columns using the method described above.

Use Microsoft Excel Style Custom Filter Dialog

To construct filter criteria involving up to two conditions, do the following:

Use Advanced Filter Editor Dialog

To invoke an advanced Filter Editor dialog, do one of the following:

To learn how to work with the Filter Editor, refer to Filter Data via the Filter Editor.

Clear the Filter

To clear the filter applied to a specific column, do one of the following:

To clear all filter criteria, click the Close Filter button within the Filter Panel:

EU_XtraGrid_FilterPanel_CloseFilterButton

Disable/Enable the Filter

Click the Enable Filter button within the Filter Panel:

EU_XtraGrid_FilterPanel_EnableFilterButton