DateFilterCellComponent
Represents a date-filter cell component. Use this component to filter date values in the TreeList. See the article about the built-in filter components.
Definition
Package:@progress/kendo-angular-treelist
Selector:kendo-treelist-date-filter-cell
Syntax:
<kendo-treelist-column field="OrderDate">
<ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
<kendo-treelist-date-filter-cell
[column]="column"
[filter]="filter">
</kendo-treelist-date-filter-cell>
</ng-template>
</kendo-treelist-column>
Inputs
activeView
CalendarView
Defines the active view that the calendar initially renders.
By default, the active view is month.
You have to set activeView within the topView-bottomView range.
"month"
bottomView
CalendarView
Defines the bottommost calendar view, to which the user can navigate.
"month"
The column with which the filter is associated.
The current root filter.
formatPlaceholder
DateInputFormatPlaceholder
Defines the descriptions of the format sections in the input field. See possible format options.
max
Date
Specifies the greatest value that is valid.
min
Date
Specifies the smallest value that is valid.
operator
string
The default filter operator.
"gte"
placeholder
string
Specifies the hint that the component displays when its value is null.
showOperators
boolean
Shows or hides the drop-down filter operators.
true
topView
CalendarView
Defines the topmost calendar view, to which the user can navigate.
"century"
weekNumber
boolean
Determines whether to display a week number column in the month view of the Calendar.
false
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.