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

Lets you customize the content shown when the ListView has no data to display. To define a no-data template, nest an <ng-template> tag with the kendoListViewNoDataTemplate directive inside the <kendo-listview> tag (see example).

Definition

Package:@progress/kendo-angular-listview

Selector:[kendoListViewNoDataTemplate]

Syntax:

html
<kendo-listview [data]="[]">
  <ng-template kendoListViewNoDataTemplate>
    No items to display.
  </ng-template>
</kendo-listview>
In this article
Definition
Not finding the help you need?
Contact Support