Kendo Grid Dropdownlist列在插入方案中未绑定到行

问题描述

我有一个剑道网格,如下所示:

Grid

此处从下拉列表中填充UOM字段为:

enter image description here

当我单击添加按钮时,将在网格中添加一个新行,并且在UOM字段中单击时,将如上填充一个下拉列表。现在的问题是,当我从下拉列表中选择一个项目并单击其外部的任何地方时,会变成空白:>

enter image description here

在编辑模式下可以完美工作

enter image description here

这是我的Kendo网格绑定代码

x <- runif(10,10)
y <- runif(10,10,20)
z <- runif(10,20,30)

tab <- cbind(x,y,z)


             x        y        z
 [1,] 9.5262742 16.22999 21.93228
 [2,] 5.8183264 14.53771 21.81774
 [3,] 3.9509342 17.36694 22.46594
 [4,] 3.0245614 19.46411 25.80411
 [5,] 5.0284351 13.89636 21.61767
 [6,] 3.0291715 17.50267 26.28110
 [7,] 8.4727471 16.77365 27.60535
 [8,] 3.3816903 15.23395 22.01265
 [9,] 0.3182083 13.97575 29.25909
[10,] 2.6499290 16.71129 27.05160



for (i in 1:ncol(tab)){
     print(mean(i))
} 

请帮助我解决问题

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)