Show / Hide Table of Contents

Filter TreeList Data

Invoking the Filter Dropdown List

Hover over the column header and click the filter button EUDTreeListColumnFilterButton that appears.

EUDTreeListColumnHeaderWithFilterButton

Creating a Simple Filter Condition

To select records that contain a specific value in a specific column, 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.

    EUDTreeListRegularFilterDropdownList

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

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

    EUDTreeListCheckedFilterDropdownList

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

    For date-time columns, the filter dropdown list is displayed as a calendar. To apply the filter, select the desired date.

    EUDTreeListCalendarFilterDropdownList

    The control will immediately display records which contain the selected date in the appropriate column. To hide the filter dropdown list, click the close button EUDCalendarFilterDropdownListCloseButton.

Using the Advanced Filter Editor Dialog

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

  • Right-click any column's header and select Filter Editor.

    EUDTreeListFilterEditorContextMenuItem

  • If the Filter Panel at the bottom of the TreeList control is visible, click the Edit Filter button.

    EUDTreeListInvokeFilterEditorViaFilterEditorButton

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

Using the Auto Filter Row

If the Auto Filter Row is displayed at the top of the TreeList control, you can type text within this row. A filter condition is automatically created based on the entered value, and the filter is applied to the focused column.

EUDTreeListAutoFilterRow

Clearing the Filter

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

  • Invoke the filter dropdown list (see above), and then choose between clicking (All) or selecting (Select All) or choosing (Show All,) depending on the dropdown list type.
  • Right-click the column header and select the Clear Filter menu item.

    EUDTreeListClearFilterContextMenuItem

To clear all filter criteria, click the Close Filter Button within the Filter Panel.

EUDTreeListCloseFilterButton

Disabling/Enabling the Filter

Click the Enable Filter Button within the Filter Panel.

EUDTreeListEnableFilterButton

In This Article
Back to top Copyright (c) 2006-2023 EarthCape OY. All rights reserved.