Value Template in Kendo Angular Combobox
up vote
0
down vote
favorite
Kendo Angular combobox has only item template. But item template differs when value is selected. In selected value it doesn't display whatever is there in item template. For that we also need to set value template which is not supported in combobox but in dropdown. So as combobox as of now not supporting value template. How do I implement it. or show string concatenation in value template. server side value modification as of now not possible doe to dynamic nature of application. Please refer following links. https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/templates/#toc-item-template https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/templates/#toc-value-template
angular combobox kendo-ui dropdown