[]
        
(Showing Draft Content)

Key Features

  • Manage groups using accordion layout

    The DataFilter control lays out the filters as a vertically stacked list of items. Corresponding to each filter, an accordion tab is added to the DataFilter control which contains the controls used to filter the data-aware control by a specific field. Each filter element can have header and can be expanded or collapsed to show or hide the contents associated with it, giving it the look and feel of an accordion control.

  • Use different filters to filter distinct data

    The DataFilter control provides four different kinds of filters namely, BoolFilter, RangeFilter, DateRangeFilter and ChecklistFilter, to filter different types of data. For example, to filter Boolean values, the DataFilter control automatically creates a BoolFilter which is represented by a checkbox. Similarly, the control generates filter with a range slider and range editors for filtering range values. Filters can also be added programmatically to the DataFilter control.

  • Serialize/Deserialize filter expressions

    The DataFilter control offers XML serialization by providing the functionality to save the current filter expressions to an XML file and load them when needed.

  • Easy integration with controls

    The DataFilter control can be easily paired up with any data-aware control like grid, list, treeView, chart or map.

  • Show tooltip

    DataFilter allows you to display tooltip for providing additional information about the filters over the filter header and specify the tooltip text.

  • Navigate using the keyboard

    DataFilter control supports filter navigation through the keyboard. This feature allows you to navigate through the vertically stacked list of filters and move the focus between different filter conditions.

  • Building Expressions with FilterEditor

    The FilterEditor is an additional component in DataFilter that enables the end-user to create category-based 'and/or' filter expressions.

See Also

DataFilters