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

Renders the content of the DateRange Popup. To define the popup template, nest an <ng-template> tag with the kendoDateRangePopupTemplate directive inside the component tag.

Definition

Package:@progress/kendo-angular-dateinputs

Selector:[kendoDateRangePopupTemplate]

Syntax:

html
<kendo-daterange>
  <ng-template kendoDateRangePopupTemplate>
   <div class="custom-popup-content">
     Custom content for the DateRange Popup
   </div>
  </ng-template>
</kendo-daterange>
In this article
Definition
Not finding the help you need?
Contact Support