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

DateRangePopupTemplateDirective

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.

html
<kendo-daterange>
  <ng-template kendoDateRangePopupTemplate>
   <div class="custom-popup-content">
     Custom content for the DateRange Popup
   </div>
  </ng-template>
</kendo-daterange>

Selector

[kendoDateRangePopupTemplate]

In this article
Selector
Not finding the help you need?
Contact Support