DateFilterMenuComponent
Represents a date-filter menu component. See example.
<kendo-treelist-column field="OrderDate" title="Order Date">
<ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-treelist-date-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
</kendo-treelist-date-filter-menu>
</ng-template>
</kendo-treelist-column>
Selector
kendo-treelist-date-filter-menu
Inputs
Name | Type | Default | Description |
---|---|---|---|
activeView |
|
|
Defines the active view that the calendar initially renders.
By default, the active view is You have to set |
bottomView |
|
|
Defines the bottommost calendar view, to which the user can navigate. |
column |
|
The column with which the filter is associated. | |
extra |
|
|
Determines if the inputs of second criteria will be displayed. |
filter |
|
The current menu filter. | |
filterService |
|
The | |
format |
|
Specifies the date format that is used when the component is not focused.
By default, the | |
formatPlaceholder |
|
Defines the descriptions of the format sections in the input field. See possible format options. | |
max |
|
Specifies the greatest value that is valid. | |
min |
|
Specifies the smallest value that is valid. | |
operator |
|
|
The default filter operator. Defaults to |
placeholder |
|
Specifies the hint that the component displays when its value is | |
topView |
|
|
Defines the topmost calendar view, to which the user can navigate. |
weekNumber |
|
|
Determines whether to display a week number column in the |
Fields
Name | Type | Default | Description |
---|---|---|---|
currentFilter |
|
The current filter for the associated column field. | |
currentOperator |
|
The current filter operator for the associated column field. |
Methods
logicChange | ||||||
---|---|---|---|---|---|---|
|