New to Kendo UI for Angular? Start a free 30-day trial
StringFilterMenuComponent
Represents a string-filter menu component. Use this component to filter string values in the Grid. See example.
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>
Selector
kendo-grid-string-filter-menu
Inputs
Name | Type | Default | Description |
---|---|---|---|
column |
|
Sets the column for this filter. | |
extra |
|
|
Determines if the inputs for the second criteria are displayed. |
extraPlaceholder |
|
Sets the placeholder text for the second filter input.
Applies when | |
filter |
|
The current menu filter. | |
filterService |
|
Sets to | |
operator |
|
|
Sets the default filter operator. |
placeholder |
|
The placeholder text for the filter input. |
Fields
Name | Type | Default | Description |
---|---|---|---|
currentFilter |
|
Gets the current filter for the column field. | |
currentOperator |
|
Gets the current filter operator for the column field. |
Methods
logicChange | ||||||
---|---|---|---|---|---|---|
|