New to Kendo UI for AngularStart a free 30-day trial

IsNotEmptyFilterOperatorComponent

Represents the IsNotEmpty (Is not empty) filter operator. See example. Use this operator to filter out values that are not empty strings. 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-isnotempty-operator></kendo-filter-isnotempty-operator>
    </kendo-grid-string-filter-cell>
  </ng-template>
</kendo-grid-column>

Selector

kendo-filter-isnotempty-operator

Fields

NameTypeDefaultDescription

text

string

The text that will be displayed in the drop-down list.

In this article
SelectorFields
Not finding the help you need?
Contact Support