KendoUI Grid + AngularJS:添加列模板

Posted

技术标签:

【中文标题】KendoUI Grid + AngularJS:添加列模板【英文标题】:KendoUI Grid + AngularJS: Adding column template 【发布时间】:2014-10-29 18:22:18 【问题描述】:

我有一个表格,我想为一个转到不同页面的按钮添加一列。 理想情况下,在第 0 列之后,以下列 1 会有一个按钮,该按钮调用将用户带到不同页面的函数。

我很难用模板做专栏。

    <div kendo-grid
         k-sortable="true"
         k-resizable="true"
         k-pagable="true"
         k-filterable="true"
         k-data-source="model.dataSource"
         k-columns='[
            "field": "blog", "width": "120px",
            "template": "<button class="k-button" ng-click="goToSite(site)",
            "field": "day", "width": "120px",
            "field": "value","width": "120px",
            "field": "userColor","width": "120px"
            ]'></div>

我知道模板语法有问题,但我该如何解决呢??

剑道道场链接在这里:http://dojo.telerik.com/Ipar/6

【问题讨论】:

【参考方案1】:

今天还很远,但如果我在按钮行稍微修改一下你的代码,它就会摇摇欲坠:)

"template": "<button class=\"k-button\" ng-click=\"goToSite(site)\">Go </button>"

http://dojo.telerik.com/Ipar/33

【讨论】:

以上是关于KendoUI Grid + AngularJS:添加列模板的主要内容,如果未能解决你的问题,请参考以下文章

如何在 KendoUI Tabstrip 中访问 KendoUI Grid 选定行哈希模板(KendoUI)值

KendoUI 表 + AngularJS

KendoUI:Grid控件的使用

KendoUI AngularJS Bootstrap

[转]KendoUI系列:Grid

如何让 AngularJS 和 KendoUI 协调工作?