Skip to main content
A newer version of this page is available. .

End-User Capabilities

  • 2 minutes to read

With the ASPxFilterControl, users can construct multiple filter expressions, combined by any logical operator, and apply them to controls or to a data source.

The ASPxFilterControl includes the following end-user capabilities for filter criteria construction:

  • Add/remove filter expressions

    Users can use Add and Remove buttons to add and remove filter expressions (conditions).

  • Change a field in a filter expression

    Users can change a condition field. To do this, they can invoke the field dropdown menu and choose the required field.

    ASPxFilterControl_ve_selectFieldName

  • Change an operator in a filter expression

    To change a comparison operator, users can invoke the operator dropdown menu and choose the required operator.

    ASPxFilterControl_ve_comparison_operator_dd.png

  • Edit an expression value

    Users can edit a criteria value. To discard changes to the criteria value and close the active edit box, they can press ESC.

  • Change a group combining operator

    Conditions combined by a logical operator at the same level form a group. Users can invoke the combining operator dropdown menu to change the current combining operator. Accessible logical operators are as follows: And, Or, Not And, Not Or.

    ASPxFilterControl_ve_combining_operator_dd.png

  • Add/remove nested groups

    Users can invoke the combining operator dropdown menu to add and remove nested groups, which allows them to build more complex filter criteria.

See Also