是否可以在弹出窗口中为网格行添加文件附件?而不是文件名 - “文件附件”
为此,您可以使用自定义模板进行编辑。
你可以使用这样的东西:
editable: { mode: "popup", template: kendo.template($("#popup-editor").html()) }
您可以在弹出编辑器元素https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/editable.template中构建自己的表单