//汇总
var row = new wijmo.grid.GroupRow();
theGrid1.columnFooters.rows.push(row);
theGrid1.bottomLeftCells.setCellData(0, 6, '\u03A3');
加 了 theGrid1.bottomLeftCells.setCellData(0, 6, '\u03A3'); 后报错
WebResources:36 Uncaught TypeError: Cannot read property '_hash' of undefined
|