New to Kendo UI for Angular? Start a free 30-day trial
FilterVariant
Configures the supported UI variants for the column's filter menu.
The possible values are:
default
—Renders the standard filter UI (e.g. text, numeric, date inputs with operator pickers).multiCheckbox
—Renders a list of distinct column values with checkboxes for inclusion/exclusion filtering.
type
FilterVariant = "default" | "multiCheckbox";