In the example below there is an array of values displayed using an ng-repeat directive. They are all bound to drop down lists with a common data source. The valuePrimitive setting is false so a proper POJO is set to and bound to k-ng-model. However, when the drop downs are rendered the selected value is not displayed. The selected value is present as evidenced by the Selection output.
How can the value be displayed when it is not a primitive and it is pre-loaded (e.g. not selected by the user)?
https://dojo.telerik.com/EjEDoQAG