Filter Dropdown
- 3 minutes to read
Similar to filter dropdowns for the filter panel, filter dropdowns for View items (or simply filter dropdowns) are one of the alternative ways end-users have for filtering the data displayed by a grid View. End-users can invoke them using filter dropdown buttons. Selecting an item from a filter dropdown, changes the current grid View’s filter criteria appropriately.
Feature | Related Members |
---|---|
Availability | A filter dropdown is available to end-users provided that a column, card row, or data item displays its filter dropdown button. |
Content | Most Recently Used List By default, filter dropdowns display a list of the most recently used items at their top. You can disable these MRU lists by setting the desired column’s or card row’s Options. Predefined Items By default, filter dropdowns display the (All) and (Custom…) items allowing you to clear filtering by the field’s values and display a Custom Filter dialog respectively. Additionally, if a field contains null values, the filter dropdown displays the (Blanks) and (Non Note For date/time values, you can control the items to be created as specified via the View’s Date User-Defined Items You can extend the default values list with manually created items that correspond to the most commonly used filtering tasks performed by your application’s end-users. To do so, handle the View’s Data Value List A filter dropdown’s bottom part contains a list of the unique values in the corresponding field. You can customize this list by handling the two events mentioned earlier. This may be useful for instance, if you need to provide only the manually created items and remove all value items from the list. Note you can customize the text representing each item within the filter dropdown by handling the desired item’s On |
Layout | For tabular Views, the dropdown list’s width is specified by the View’s Filtering. For tabular Views, the list’s height is specified by the View’s Filtering. |
Behavior | Use a View item’s Options. |