In my Angular app, I am using kendo-multiselect. What I am trying to achieve is:
Select a value from dropdown and the click on + icon on the kendo-multiselect and then open a new page (based on the dropdown value).
I have removed the default x icon from the multi-select, using [clearButton]="false", but I am unable to figure out how to show + icon at the same place!
You can use the
<ng-template kendoMultiSelectGroupTagTemplate let-dataItems>
in<kendo-multiselect>
.HTML :
TS :