New to Kendo UI for Angular? Start a free 30-day trial
IsNotNullFilterOperatorComponent
Represents the IsNotNull
(Is not null) filter operator. See example.
Use this operator to filter out values that are not null.
For more information and examples, see the article on setting default filter operators.
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-isnotnull-operator></kendo-filter-isnotnull-operator>
</kendo-grid-string-filter-cell>
</ng-template>
</kendo-grid-column>
html
<kendo-grid-column field="ProductName" title="Product Name">
<ng-template kendoGridFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-grid-string-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
<kendo-filter-isnotnull-operator></kendo-filter-isnotnull-operator>
</kendo-grid-string-filter-menu>
</ng-template>
</kendo-grid-column>
Selector
kendo-filter-isnotnull-operator
Fields
Name | Type | Default | Description |
---|---|---|---|
text |
|
The text that will be displayed in the drop-down list. |