Dear Telerik Team,
I have an issue using the kendoMultiSelectGroupTagTemplate in Angular. I copied the example from inline documentation:
<kendo-multiselect kendoSummaryTag [data]="items"> <ng-template kendoMultiSelectGroupTagTemplate let-dataItems> <span>{{dataItems.length}} item(s) selected</span> </ng-template></kendo-multiselect>But still all items are displayed. Grouping is not applied, see attached screenshot. Can you please cross check and tell me how to implement a MultiSelect in Angular that just displays "2 items selected"?
Thanks and kind regards,
Sebastian
