80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond A page can have only one ...
<ng-template kendoMultiSelectHeaderTemplate> {{ col.label }} </ng-template> <ng-template kendoMultiSelectItemTemplate let-item> <ng-container *ngFor="let col of columns"> <ng-container *ngIf="item"> {{ item[col.propName] }} </ng-...