DateFilterMenuComponent
Represents a filtering menu component for date columns.
<kendo-grid-column field="FirstOrderedOn">
<ng-template kendoGridFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-grid-date-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
</kendo-grid-date-filter-menu>
</ng-template>
</kendo-grid-column>
Selector
kendo-grid-date-filter-menu
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. | |
extra |
|
|
Determines if the inputs for the second criteria are displayed. |
filter |
|
The current menu filter. | |
filterService |
|
Represents the | |
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 | |
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. |
Methods
logicChange | ||||||
---|---|---|---|---|---|---|
|