0

我正在为 Vue.JS 使用 Kendo Grid Wrapper,我需要在 Kendo Grid 的底部添加新行。

Kendo UI Grid for jQuery 提供 editable.createAt

“可编辑”:{“createAt”:“底部”}

如何在 vue.js 包装器中使用上述代码?

4

2 回答 2

0
 .Editable(editable => { editable.DisplayDeleteConfirmation(false); editable.Mode(GridEditMode.InCell).CreateAt(GridInsertRowPosition.Bottom); })

在 ASP.net MVC 中

于 2019-08-15T08:46:28.073 回答
0

这在版本中是不可能的:2019.2.621。我已将此报告为错误,请参阅链接add-new-row-at-bottom-of-kendo-grid-vue-js了解详细信息

于 2019-08-16T09:12:22.877 回答