New to Kendo UI for Angular? Start a free 30-day trial
Expression Value Template
The Filter component provides a template which enables you to customize each expression's value input field.
To set a template for specific editor types, either:
- Nest the
kendoFilterValueEditorTemplate
directive in the<kendo-filter-field>
component, or - Set the
editorTemplate
field of the filter expression item.
Change Theme
Theme
Loading ...
To set a value editor template for every editor type, nest an <ng-template>
tag with the kendoFilterValueEditorTemplate
directive in each respective <kendo-filter-field>
component.
Change Theme
Theme
Loading ...