View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Creating Complex Filter Criteria with the Filter Control

To build complex filter criteria with an unlimited number of filter conditions, combined by logical operators, use the built-in Filter Control.

FilterControl

Open the Filter Control using one of the following:

Use the FilterEditor_EU_AddButton and FilterEditor_EU_DeleteButton buttons embedded into the control to create and customize the filter criteria:

FilterControlInfo

 

Remarks

A filter condition group is a set of conditions combined by a logical operator. The following filter expression contains two groups combined by the logical OR operator: “(Country Equals ‘UK’ And Category Equals ‘Beverages’) Or (Country Equals ‘USA’ And Category Equals ‘Produce’)”.

FilterControlConditionGroups

Refer to the Filter Editor topic for more information.