Filter

Example

Razor
<kendo-filter>
    <fields></fields>
    <messages />
    <operators></operators>
</kendo-filter>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
apply-buttonBooleanIf set to true the filter will display a button which when clicked will apply filtering over the datasource.
datasource-idStringThe Id of the data source.
expressionCompositeFilterDescriptorAn object which represents a filter expression which the kendo.data.DataSource can use to filter the data.
expression-previewBooleanIf set to true the filter will visualize the filter expression that will be applied to the datasource.
main-logicFilterCompositionLogicalOperatorDefines the value of the logical operator at the root level of the filter expression.
on-changeStringFired when the generated filter expression is changed.
script-attributesIDictionary<String,Object>
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support