StringFilterMenuComponent
Component
Represents a string-filter menu component. Use this component to filter string values in the Grid. See example.
Definition
Package:@progress/kendo-angular-grid
Selector:kendo-grid-string-filter-menu
Syntax:
html
<kendo-grid-column field="ProductName">
<ng-template kendoGridFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-grid-string-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
</kendo-grid-string-filter-menu>
</ng-template>
</kendo-grid-column>
Inputs
Sets the column for this filter.
extra
boolean
Determines if the inputs for the second criteria are displayed.
Default:
true
Sets the placeholder text for the second filter input.
Applies when extra is set to true.
The current menu filter.
Sets to FilterService instance that handles changes in the filter descriptor.
operator
string
Sets the default filter operator.
Default:
"contains"
placeholder
any
The placeholder text for the filter input.
Fields
currentFilter
FilterDescriptor
Gets the current filter for the column field.
currentOperator
string
Gets the current filter operator for the column field.
Methods
Parameters:value"and" | "or"