Hello,
The kendoMultiSelectTagTemplate exposes each item via its dataItem (singular) template reference.
Is there a way it can also access the dataItems (plural) collection?
I would like to display a full length description in each tag when fewer items are selected, and a shorter, abbreviated description when more items are selected.
Note that I am already using the kendoMultiSelectSummaryTag when many, many items are selected, but this is expected to rarely occur with my users. Most often only 1 or 2 items will be selected in which case I want the longer descriptions. Occasionally, 2 - 10 items will be selected and in that case I want the abbreviations. And with more than 10, I'll show the summary tag.
Thanks!