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

MultiSelectTreeSummaryTagDirective

A directive which configures the MultiSelectTree to show one single summary tag for all selected data items. When a number is provided, the summary tag is displayed after the given amount of data items are selected (more information and examples).

ts
<kendo-multiselecttree kendoMultiSelectTreeSummaryTag [data]="data"></kendo-multiselecttree>
ts
<kendo-multiselecttree [kendoMultiSelectTreeSummaryTag]="2" [data]="data"></kendo-multiselecttree>

Selector

[kendoMultiSelectTreeSummaryTag]

Inputs

NameTypeDefaultDescription

kendoMultiSelectTreeSummaryTag

string | number

A numeric value that indicates the number of selected data items after which the summary tag will appear.

In this article
SelectorInputs
Not finding the help you need?
Contact Support