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

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:

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

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.

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.

Default:

"gte"

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

Shows or hides the drop-down filter operators.

Default:

true

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.