DateFilterCellComponent
Represents a DatePicker cell component for filtering of date columns. See the article about the built-in filter components.
<kendo-grid-column field="FirstOrderedOn">
  <ng-template kendoGridFilterCellTemplate let-filter let-column="column">
    <kendo-grid-date-filter-cell
      [column]="column"
      [filter]="filter">
    </kendo-grid-date-filter-cell>
  </ng-template>
</kendo-grid-column>Selector
kendo-grid-date-filter-cell
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| activeView | 
 | 
 | Sets the active calendar view when the calendar opens.
Set  | 
| bottomView | 
 | 
 | Defines the lowest calendar view level the user can navigate to. | 
| column | 
 | Sets the column for this filter. | |
| filter | 
 | The current root filter. | |
| format | 
 | Gets the date format used when the component is not focused.
Uses  | |
| formatPlaceholder | 
 | Sets the descriptions for the format sections in the input field. See example. | |
| max | 
 | Sets the largest valid date value. | |
| min | 
 | Sets the smallest valid date value. | |
| operator | 
 | 
 | Sets the default filter operator. | 
| placeholder | 
 | Sets the hint shown when the value is  | |
| showOperators | 
 | 
 | Determines if the drop-down filter operators are displayed. | 
| topView | 
 | 
 | Defines the highest calendar view level the user can navigate to. | 
| weekNumber | 
 | 
 | When  | 
Fields
| Name | Type | Default | Description | 
|---|---|---|---|
| currentFilter | 
 | Gets the current filter for the column field. | |
| currentOperator | 
 | Gets the current filter operator for the column field. |