如何在Kendo Grid(Vue.JS)的底部添加新行?

时间:2019-07-29 13:09:28

标签: kendo-grid kendo-ui-vue

我正在将Kendo Grid包装器用于Vue.JS,我需要在Kendo Grid的底部添加新行。

用于jQuery的Kendo UI网格提供editable.createAt

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

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

2 个答案:

答案 0 :(得分:0)

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

在ASP.net MVC中

答案 1 :(得分:0)

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