Skip to main content

Custom Filter Dialog

The Custom Filter dialog enables filter criteria to be constructed visually for individual columns. Filter criteria constructed using this dialog can contain up to two filter conditions combined by the AND or OR logical operator.

Feature

Related Members

Availability

End-users can invoke the Custom Filter dialog using the (Custom…) item from the filter dropdown. Note that if this dialog cannot display the filter condition applied to the corresponding column or card row, the Filter Builder dialog is displayed instead.

To invoke the Custom Filter dialog via code, call the View’s Filtering.RunCustomizeDialog method passing the desired column or card row as the parameter.

You can prevent the grid View from displaying the Custom Filter dialog or display your own dialog instead by handling the View’s OnFilterDialogShow event.

Content

You can customize the caption of columns or card rows displayed in the dialog via their AlternateCaption property.

Appearance

The look and feel of controls displayed within the Custom Filter dialog depends on the grid control’s LookAndFeel property settings.

See Also