NotEqualFilterOperatorComponent
Component
Represents the NotEqual (Is not equal to) filter operator. See example.
Use this operator to filter values that are not equal to the specified value.
For more information and examples, see the article on setting default filter operators.
Definition
Package:@progress/kendo-angular-grid
Selector:kendo-filter-neq-operator
Syntax:
html
<kendo-grid-column field="ProductName" title="Product Name">
<ng-template kendoGridFilterCellTemplate let-filter let-column="column">
<kendo-grid-string-filter-cell
[column]="column"
[filter]="filter">
<kendo-filter-neq-operator></kendo-filter-neq-operator>
</kendo-grid-string-filter-cell>
</ng-template>
</kendo-grid-column>Fields
text
string
The text that will be displayed in the drop-down list.