New to Kendo UI for Angular? Start a free 30-day trial
StartsWithFilterOperatorComponent
Represents the StartsWith
(Starts with) filter operator. See example.
Use this operator to filter values that start with the specified text.
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-startswith-operator></kendo-filter-startswith-operator>
</kendo-grid-string-filter-cell>
</ng-template>
</kendo-grid-column>
Selector
kendo-filter-startswith-operator
Fields
Name | Type | Default | Description |
---|---|---|---|
text |
|
The text that will be displayed in the drop-down list. |