Kendo UI网格行中弹出窗口中的文件附件

时间:2018-03-05 21:24:56

标签: kendo-ui kendo-grid

是否可以在网格行的弹出窗口中添加文件附件?而不是文件名 - "文件附件"

enter image description here

1 个答案:

答案 0 :(得分:0)

为此,您可以使用自定义模板进行编辑。

您可以使用以下内容:

editable: {
    mode: "popup",
    template: kendo.template($("#popup-editor").html())
  }

您可以在popup-editor元素中构建自己的表单 https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/editable.template