我正在为 Vue.JS 使用 Kendo Grid Wrapper,我需要在 Kendo Grid 的底部添加新行。
Kendo UI Grid for jQuery 提供 editable.createAt
“可编辑”:{“createAt”:“底部”}
如何在 vue.js 包装器中使用上述代码?
我正在为 Vue.JS 使用 Kendo Grid Wrapper,我需要在 Kendo Grid 的底部添加新行。
Kendo UI Grid for jQuery 提供 editable.createAt
“可编辑”:{“createAt”:“底部”}
如何在 vue.js 包装器中使用上述代码?
.Editable(editable => { editable.DisplayDeleteConfirmation(false); editable.Mode(GridEditMode.InCell).CreateAt(GridInsertRowPosition.Bottom); })
在 ASP.net MVC 中
这在版本中是不可能的:2019.2.621。我已将此报告为错误,请参阅链接add-new-row-at-bottom-of-kendo-grid-vue-js了解详细信息