RadlistView - how to use dataPopulated event
问题 Anyone knows how to use dataPopulated event for RadListView? I searched everywhere, but couldn't find an example of how to implement it. My RadListView HTML is as follows: <RadListView [items]="contacts" #contactsListView [groupingFunction]="myGroupingFunc" [sortingFunction]="mySortingFunc" [filteringFunction]="myFilteringFunc" (dataPopulated)="dataPopulated($event)"> <ng-template tkListItemTemplate let-item="item" let-index="index"> <ns-contacts-item [item]="item" [index]="index" (tap)=