New to Kendo UI for AngularStart a free 30-day trial

Represents the Kendo UI date-filter menu component for Angular TreeList. Use this component to filter date fields in the TreeList. See example.

Definition

Package:@progress/kendo-angular-treelist

Selector:kendo-treelist-date-filter-menu

Syntax:

html
<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>

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.

Default:

"month"

bottomView

CalendarView

Defines the bottommost calendar view, to which the user can navigate.

Default:

"month"

The column with which the filter is associated.

extra

boolean

Determines if the inputs of second criteria are displayed.

Default:

true

The current menu filter.

The FilterService instance that handles changes in the filter descriptor.

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.

Default:

"gte"

Specifies the hint that the component displays when its value is null.

topView

CalendarView

Defines the topmost calendar view, to which the user can navigate.

Default:

"century"

weekNumber

boolean

Determines whether to display a week number column in the month view of the Calendar.

Default:

false

Fields

currentFilter

FilterDescriptor

The current filter for the associated column field.

The current filter operator for the associated column field.

Methods

Parameters:value"and" | "or"