【发布时间】:2014-08-13 04:52:32
【问题描述】:
谁能展示如何使用“kendo.template”将以下脚本绑定到剑道网格中的一列?
<script id="edit" type="text/x-kendo-template">
<div>
<div data-bind="style: { color: 'red' }">
Profit Information
</div>
</div>
</script>
【问题讨论】:
-
为什么需要将它绑定到列?任何原因 ?如果你给个理由,我会有更好的选择
标签: user-interface data-binding kendo-ui grid