New to Telerik UI for BlazorStart a free 30-day trial

Filter Fields

You can define different Fields settings. For example, names, labels, and filter operators.

FilterField Parameters

The following parameters enable you to customize the appearance of the Blazor Filter Fields:

ParameterTypeDescription
DefaultFilterOperatorFilterOperatorSets the default filter operator for the Field. Accepts a member of the FilterOperator enum. The selected operator must be applicable for the specific data type. Check the supported options in the Filter Operators article.
LabelstringSpecifies the string displayed for the given field.
NamestringSpecifies the field to be used when filtering.
OperatorsIEnumerable<FilterListOperator>Specifies the available filter operators. If not defined, the component will use a default list of available operators based on the field type.
TypeTypeSpecifies the field type. This will determine the filter value editor.
ValueTemplateRenderFragment<FilterFieldValueTemplateContext>Use to override the default rendering of the filter field value.
In this article
FilterField Parameters
Not finding the help you need?
Contact Support