Hi,
I'd like to show a message when dataSource is empty.
With kendo grid is allowed by no-records-template:
<ng-template kendoGridNoRecordsTemplate>
<span [innerHtml]="'PAGES.PAYSLIP.GRID.NO-DATA-MESSAGE' | translate"></span>
</ng-template>
I would like a template like this for kendo charts :)
Great regards,
Alex