如何在kendo网格模板中写“{”?

时间:2017-03-15 09:07:03

标签: kendo-grid kendo-template

我在kendo网格中有一个包含模板的列。

  {
        field: '["FileID"]',
        width: 100,
        title: "file",
        template: "<xi  control-url='FileManager/FilePreview/FilePreview'  
                   client-args={hideVisualization:true } />"
    }

但是client-args中的“{”有错误。

未处理的拒绝:{}

2 个答案:

答案 0 :(得分:0)

你能试试client-args =({hideVisualization:true})。

答案 1 :(得分:0)

我解决了这个问题  client-args = \'{hideVisualization:true} \'