我不了解嵌套数据绑定在模板中的工作方式。 结论如下:在经过六种解释之后,嵌套绑定消失了,如果删除第二个“ tr”,它将正常工作。
1:БЮ1БЮ2
2:БЮ1БЮ2
1:БЮ1БЮ2
2:БЮ1БЮ2
1:БЮ1БЮ2
2:БЮ1БЮ2
1:
2:
1:
2:
1:
2:
<script type="text/x-kendo-template" id="businessUnit-template">
#: Name#
</script>
<script type="text/x-kendo-template" id="head-template">
<tr>
<td>
1:<div data-bind="source: businessUnitsDic" data-template="businessUnit-template"></div>
</td>
</tr>
<tr>
<td>
2:<div data-bind="source: businessUnitsDic" data-template="businessUnit-template"></div>
</td>
</tr>
</script>