Filter

Filters enable users to efficiently manage complex data sets by providing an intuitive interface for defining filter expressions.

Sass Variables

The Telerik and Kendo UI Filter is a composite UI component. To configure and customize its appearance, use not only its dedicated Sass variables but also the variables provided by the Button component.

VariableDefault ValueComputed ValueValue
kendo-filter-padding-x$kendo-padding-md-x8pxDefault: $kendo-padding-md-xComputed: 8px
Description: The horizontal padding of the Filter.
kendo-filter-padding-y$kendo-padding-md-y4pxDefault: $kendo-padding-md-yComputed: 4px
Description: The vertical padding of the Filter.
kendo-filter-bottom-margin30px30pxDefault: 30pxComputed: 30px
Description: The bottom margin of the Filter.
kendo-filter-line-size1px1pxDefault: 1pxComputed: 1px
Description: The width of the line that connects the Filter items.
kendo-filter-operator-dropdown-width15em15emDefault: 15emComputed: 15em
Description: The width of the dropdown elements in the Filter items.
kendo-filter-preview-field-text$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #ff6358
Description: The text color of the Filter preview field.
kendo-filter-preview-operator-text$kendo-subtle-text #666666Default: $kendo-subtle-textComputed: #666666
Description: The text color of the Filter preview operator.
kendo-filter-toolbar-focus-shadow0 0 0 2px rgba(0, 0, 0, .08)0 0 0 2px rgba(0, 0, 0, 0.08)Default: 0 0 0 2px rgba(0, 0, 0, .08)Computed: 0 0 0 2px rgba(0, 0, 0, 0.08)
Description: The box shadow of the focused Filter toolbar.