我也遇到楼上同样的问题,例如:
var sp = document.getElementById("Grid1");
if (arrInfo.length > 1) {
sp.SetValue(sp.ActiveRow, 6, arrInfo[1],true);
sp.SetValue(sp.ActiveRow, 20, arrInfo[0],true);
sp.Cells(sp.ActiveRow, 6).title = arrInfo[0];
sp.UpdatePostbackData();
}
其中 第6列20列,值不会改变,就是
无标题.jpg
(23.1 KB, 下载次数: 2382)
|