【发布时间】:2015-09-23 15:30:56
【问题描述】:
我有一个剑道网格,编辑事件使用以下代码打开一个弹出窗口。
editable: { mode: "popup",
template: kendo.template($("#popup_editor").html()),
update: true,
destroy: true,
confirmation: "Are you sure you want to remove this employee? Click OK to delete record."
}
弹出窗口中再次包含(popup_editor 模板)网格。子网格的编辑设置为“内联”。所以我的问题是......
我希望 subrid 的 Edit 进行 inine 编辑。但我希望“添加新”(工具栏:[{ 名称:“创建”,文本:“添加新员工”}])功能弹出一个模板。这可能吗?
【问题讨论】: