StringFilterMenuComponent
Represents a string-filter menu component. (see example).
Selector
kendo-grid-string-filter-menu
Inputs
column
The column with which the filter is associated.
extra
boolean
Determines if the inputs of second criteria will displayed.
filter
The current menu filter.
filterService
The FilterService
instance which is responsible for handling the changes in the filter descriptor.
operator
string
The default filter operator. Defaults to contains
.
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.
Methods
logicChange
Parameters
value
"and" | "or"